svn commit: r607445 - /ofbiz/trunk/framework/images/webapp/images/maincss.css

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

svn commit: r607445 - /ofbiz/trunk/framework/images/webapp/images/maincss.css

adrianc
Author: adrianc
Date: Sat Dec 29 09:03:29 2007
New Revision: 607445

URL: http://svn.apache.org/viewvc?rev=607445&view=rev
Log:
Small enhancement to main style sheet. screenlet-title-bar style now supports the <span class="head1 | head2 | head3"> elements - which the screen widgets generate.

Modified:
    ofbiz/trunk/framework/images/webapp/images/maincss.css

Modified: ofbiz/trunk/framework/images/webapp/images/maincss.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/maincss.css?rev=607445&r1=607444&r2=607445&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/maincss.css (original)
+++ ofbiz/trunk/framework/images/webapp/images/maincss.css Sat Dec 29 09:03:29 2007
@@ -1184,6 +1184,9 @@
 height: 1%; /* IE fix */
 }
 
+.screenlet-title-bar .head1,
+.screenlet-title-bar .head2,
+.screenlet-title-bar .head3,
 .screenlet-title-bar h1,
 .screenlet-title-bar h2,
 .screenlet-title-bar h3 {