r21131 - htdocs/branches/beta/externals - Minor style changes.

Cristian Marchi cmarchi at code.gnucash.org
Mon Aug 8 12:51:28 EDT 2011


Author: cmarchi
Date: 2011-08-08 12:51:28 -0400 (Mon, 08 Aug 2011)
New Revision: 21131
Trac: http://svn.gnucash.org/trac/changeset/21131

Modified:
   htdocs/branches/beta/externals/gnucash.css
Log:
Minor style changes.

Modified: htdocs/branches/beta/externals/gnucash.css
===================================================================
--- htdocs/branches/beta/externals/gnucash.css	2011-08-08 14:31:23 UTC (rev 21130)
+++ htdocs/branches/beta/externals/gnucash.css	2011-08-08 16:51:28 UTC (rev 21131)
@@ -1,6 +1,6 @@
 BODY {
    color: black;
-   background-color:#cacaf7;
+   background-color:#e6e6fa;
    border:0;
    margin:0;
    font-size:80%;
@@ -244,10 +244,10 @@
    margin-bottom:10px;
    background: url("../images/backg-linktop.png") repeat-x scroll 0 0 white;
    border: solid thin #7F7FAA;
-   border-radius:10px;
-    clear: both;
-    float: right;
-    width: 190px;
+   border-radius: 10px 0 10px 0;
+   clear: both;
+   float: right;
+   width: 190px;
    -moz-border-radius:10px; /* Firefox 3.6 and earlier */
 }
 



More information about the gnucash-changes mailing list