r21292 - htdocs/branches/beta/externals - Make the styling of table's rows valid only for class CALSTABLE.

Cristian Marchi cmarchi at code.gnucash.org
Thu Sep 22 05:29:09 EDT 2011


Author: cmarchi
Date: 2011-09-22 05:29:08 -0400 (Thu, 22 Sep 2011)
New Revision: 21292
Trac: http://svn.gnucash.org/trac/changeset/21292

Modified:
   htdocs/branches/beta/externals/gnucash.css
Log:
Make the styling of table's rows valid only for class CALSTABLE.

Modified: htdocs/branches/beta/externals/gnucash.css
===================================================================
--- htdocs/branches/beta/externals/gnucash.css	2011-09-22 09:19:25 UTC (rev 21291)
+++ htdocs/branches/beta/externals/gnucash.css	2011-09-22 09:29:08 UTC (rev 21292)
@@ -94,7 +94,7 @@
    border:1px solid silver;
 } 
 
-tr {
+tr.CALSTABLE {
    background-color: white;
    color: black;
 }



More information about the gnucash-changes mailing list