Skip to content

Commit

Permalink
Remove duplicate CSS declaration. Fixes harvesthq#307.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfiller committed Oct 24, 2011
1 parent 35e0680 commit f09c117
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chosen/chosen.css
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@
background: url('chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
background: url('chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
background: url('chosen-sprite.png') no-repeat -38px -22px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
background: url('chosen-sprite.png') no-repeat -38px -22px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
background: url('chosen-sprite.png') no-repeat -38px -22px, linear-gradient(top, #ffffff 85%,#eeeeee 99%);
padding: 4px 5px 4px 20px;
}
Expand Down

0 comments on commit f09c117

Please sign in to comment.