You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2011/03/17 14:42:14 UTC

svn commit: r1082486 - /ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/help.css

Author: erwan
Date: Thu Mar 17 13:42:14 2011
New Revision: 1082486

URL: http://svn.apache.org/viewvc?rev=1082486&view=rev
Log:
Better display for help in tomahawk theme, text column was too short

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

Modified: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/help.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/help.css?rev=1082486&r1=1082485&r2=1082486&view=diff
==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/help.css (original)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/help.css Thu Mar 17 13:42:14 2011
@@ -28,7 +28,7 @@ margin-top:10px;
 
 .left-border {
 float:left;
-width:50em;
+width:35%;
 }
 
 .leftonly {
@@ -37,7 +37,6 @@ min-height:25em;
 }
 
 #column-container .leftonly {
-margin-left:50em;
 width:auto;
 }