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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

doogie-3
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;