r21136 - htdocs/branches/beta/externals - Minor cleanup of CSS.

Cristian Marchi cmarchi at code.gnucash.org
Tue Aug 9 04:01:24 EDT 2011


Author: cmarchi
Date: 2011-08-09 04:01:23 -0400 (Tue, 09 Aug 2011)
New Revision: 21136
Trac: http://svn.gnucash.org/trac/changeset/21136

Modified:
   htdocs/branches/beta/externals/gnucash.css
Log:
Minor cleanup of CSS.

Modified: htdocs/branches/beta/externals/gnucash.css
===================================================================
--- htdocs/branches/beta/externals/gnucash.css	2011-08-09 07:44:11 UTC (rev 21135)
+++ htdocs/branches/beta/externals/gnucash.css	2011-08-09 08:01:23 UTC (rev 21136)
@@ -1,5 +1,4 @@
 BODY {
-   color: black;
    background-color:#e6e6fa;
    border:0;
    margin:0;
@@ -127,9 +126,8 @@
 
 #head
 {
-    background: url("../images/shadowhead.png") repeat-x scroll center bottom #7F7FAA;
+   background: url("../images/shadowhead.png") repeat-x scroll center bottom #7F7FAA;
    color: white;
-   font-size: small;
    padding: 0.5em;
    border-bottom: solid thin silver;
 }



More information about the gnucash-changes mailing list