Skip to content

Commit

Permalink
Fix: Try a fix for IE9 (need to be tested with IE 8, 7 and 10)
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 4, 2013
1 parent c0d2ee1 commit f86cad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/theme/amarok/style.css.php
Expand Up @@ -327,7 +327,7 @@
right:0;
white-space:nowrap;
height:36px;
line-height:36px;
<?php if ($conf->browser->name != 'ie') echo "line-height:36px; /* disabled for ie9 */ \n"; ?>
background:#333333;
background-image:linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);
background-image:-o-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);
Expand Down

0 comments on commit f86cad0

Please sign in to comment.