Skip to content

Commit

Permalink
theme MDL-23941 Implemented fix for the broken images within the YUI …
Browse files Browse the repository at this point in the history
…menunav component
  • Loading branch information
Sam Hemelryk committed Sep 14, 2010
1 parent 529817c commit 3937443
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions theme/base/style/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -669,3 +669,9 @@ body.tag .managelink {padding: 5px;}
.jsenabled .mediaplugin.mediaplugin_flv object {height:600px;width:800px;}

.ie .mediaplugin.mediaplugin_mp3 object{height:20px;}

/**
* Fix for broken YUI images in the menunav component
*/
.yui3-skin-sam .yui3-menu-horizontal .yui3-menu-label,
.yui3-skin-sam .yui3-menu-horizontal .yui3-menu-content {background-image:none;}

0 comments on commit 3937443

Please sign in to comment.