[OFBiz] SVN: r5006 - trunk/framework/images/webapp/images

jonesde at svn.ofbiz.org jonesde at svn.ofbiz.org
Thu May 19 03:54:07 EDT 2005


Author: jonesde
Date: 2005-05-19 02:54:04 -0500 (Thu, 19 May 2005)
New Revision: 5006

Modified:
   trunk/framework/images/webapp/images/tabstyles.css
Log:
Changed margin from 10pt to 10px, may affect formatting in some cases; this is just for tree widget trees, generally

Modified: trunk/framework/images/webapp/images/tabstyles.css
===================================================================
--- trunk/framework/images/webapp/images/tabstyles.css	2005-05-18 23:48:40 UTC (rev 5005)
+++ trunk/framework/images/webapp/images/tabstyles.css	2005-05-19 07:54:04 UTC (rev 5006)
@@ -1,6 +1,6 @@
 
 .treewrapper {
-margin-left: 10pt;
+margin-left: 10px;
 }
 
 .treeitem {



More information about the Svn mailing list