You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2007/01/08 18:09:21 UTC

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

Author: jacopoc
Date: Mon Jan  8 09:09:20 2007
New Revision: 494123

URL: http://svn.apache.org/viewvc?view=rev&rev=494123
Log:
Added selector for TH elements, so that TH elements and tableheadtext class are decorated in the same way.

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?view=diff&rev=494123&r1=494122&r2=494123
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/maincss.css (original)
+++ ofbiz/trunk/framework/images/webapp/images/maincss.css Mon Jan  8 09:09:20 2007
@@ -97,6 +97,14 @@
 color: #000000;
 }
 
+TH, .tableheadtext {
+font-family: Verdana, Arial, Helvetica, sans-serif;
+font-size: 10px;
+font-weight: bold;
+text-decoration: none;
+color: black;
+}
+
 .endcolumns {
 clear: both;
 height: 0px;
@@ -363,14 +371,6 @@
 A.tabButtonSelected:hover {
 color: #FFFFFF;
 border: solid #000099 1px;
-}
-
-.tableheadtext {
-font-family: Verdana, Arial, Helvetica, sans-serif;
-font-size: 10px;
-font-weight: bold;
-text-decoration: none;
-color: black;
 }
 
 A.tableheadbutton {