Skip to content

Commit

Permalink
Merge pull request #34 from Ninir/fix-styles
Browse files Browse the repository at this point in the history
Modified styles for themes
  • Loading branch information
wavded committed Jan 1, 2013
2 parents f8a6aea + 919995d commit a828132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion themes/bigbox.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ body {
background: -ms-linear-gradient(top, #000064 0%, rgba(0,0,100,0.9) 100%) no-repeat; background: -ms-linear-gradient(top, #000064 0%, rgba(0,0,100,0.9) 100%) no-repeat;
background: -o-linear-gradient(top, #000064 0%, rgba(0,0,100,0.9) 100%) no-repeat; background: -o-linear-gradient(top, #000064 0%, rgba(0,0,100,0.9) 100%) no-repeat;
background: linear-gradient(top, #000064 0%, rgba(0,0,100,0.9) 100%) no-repeat; background: linear-gradient(top, #000064 0%, rgba(0,0,100,0.9) 100%) no-repeat;
*background-color: #030; *background-color: #003;
} }
.humane.humane-bigbox-success, .humane.humane-bigbox-success,
.humane-bigbox.humane-bigbox-success { .humane-bigbox.humane-bigbox-success {
Expand Down
2 changes: 1 addition & 1 deletion themes/libnotify.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ body {
background: -ms-linear-gradient(top, rgba(0,0,50,0.9) 0%, rgba(0,0,100,0.9) 100%) no-repeat; background: -ms-linear-gradient(top, rgba(0,0,50,0.9) 0%, rgba(0,0,100,0.9) 100%) no-repeat;
background: -o-linear-gradient(top, rgba(0,0,50,0.9) 0%, rgba(0,0,100,0.9) 100%) no-repeat; background: -o-linear-gradient(top, rgba(0,0,50,0.9) 0%, rgba(0,0,100,0.9) 100%) no-repeat;
background: linear-gradient(top, rgba(0,0,50,0.9) 0%, rgba(0,0,100,0.9) 100%) no-repeat; background: linear-gradient(top, rgba(0,0,50,0.9) 0%, rgba(0,0,100,0.9) 100%) no-repeat;
*background-color: #030; *background-color: #003;
} }
.humane.humane-libnotify-success, .humane.humane-libnotify-success,
.humane-libnotify.humane-libnotify-success { .humane-libnotify.humane-libnotify-success {
Expand Down

0 comments on commit a828132

Please sign in to comment.