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

jonesde@svn.ofbiz.org jonesde at svn.ofbiz.org
Mon Jan 16 03:17:02 CST 2006


Author: jonesde
Date: 2006-01-16 03:16:59 -0600 (Mon, 16 Jan 2006)
New Revision: 6509

Modified:
   trunk/framework/images/webapp/images/maincss.css
Log:
Applied patch from Peter Goron to add white-space: nowrap CSS attribute, which is CSS 2.0 but fine for now; may not work in all browsers; Jira #OFBIZ-648

Modified: trunk/framework/images/webapp/images/maincss.css
===================================================================
--- trunk/framework/images/webapp/images/maincss.css	2006-01-16 09:04:50 UTC (rev 6508)
+++ trunk/framework/images/webapp/images/maincss.css	2006-01-16 09:16:59 UTC (rev 6509)
@@ -253,6 +253,7 @@
 padding-left: 5px;
 padding-top: 1px;
 padding-bottom: 1px;
+white-space: nowrap;
 border: solid #000099 1px;
 }
 
@@ -273,6 +274,7 @@
 padding-left: 5px;
 padding-top: 1px;
 padding-bottom: 1px;
+white-space: nowrap;
 border: solid #000099 1px;
 }
 



More information about the Svn mailing list