svn commit: r915807 - /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: r915807 - /ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

buscob
Author: buscob
Date: Wed Feb 24 14:41:49 2010
New Revision: 915807

URL: http://svn.apache.org/viewvc?rev=915807&view=rev
Log:
Fixed a small margin issue on Tomahawk theme.
The menu bar was a little bit out of the screen.

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=915807&r1=915806&r2=915807&view=diff
==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css (original)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css Wed Feb 24 14:41:49 2010
@@ -1545,7 +1545,7 @@
 background-repeat:repeat-x;
 padding:5px 10px 0px 10px;
 font-size:1.1em;
-margin: 0px -7px;
+margin: 0px;
 }
 
 .tab-bar ul li {