You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2010/02/22 18:56:50 UTC

svn commit: r914989 - /ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

Author: doogie
Date: Mon Feb 22 17:56:50 2010
New Revision: 914989

URL: http://svn.apache.org/viewvc?rev=914989&view=rev
Log:
Fix background image display in IE6.

Modified:
    ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

Modified: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css?rev=914989&r1=914988&r2=914989&view=diff
==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css (original)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css Mon Feb 22 17:56:50 2010
@@ -1096,6 +1096,7 @@
 
 #main-navigation {
 background: url(../images/appbar.png) no-repeat right -30px;
+overflow:hidden;
 }
 .menu_selected #main-navigation {
 background: url(../images/appbar.png) no-repeat right 0px;