Skip to content

Commit

Permalink
Resolved issue getting our hover gradients
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Aug 5, 2010
1 parent 9d60a44 commit 0330c64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/stylesheets/screen.sass
Expand Up @@ -151,13 +151,13 @@ body.salad
li
:padding 5px 0px
#item-list-top
:background url('/images/sidebar_hover_top_fade.png') top scroll repeat transparent
:background url(/images/sidebar_hover_top_fade.png) top scroll repeat transparent
:display block
:height 30px
:position relative
:top 50px
#item-list-bottom
:background url("/images/sidebar_hover_bottom_fade.png") repeat scroll bottom transparent
:background url(/images/sidebar_hover_bottom_fade.png) repeat scroll bottom transparent
:display block
:height 30px
:position relative
Expand Down

0 comments on commit 0330c64

Please sign in to comment.