r20961 - htdocs/branches/beta/externals - Add a soft separation border to tail and head.

Cristian Marchi cmarchi at code.gnucash.org
Fri Jul 29 08:57:51 EDT 2011


Author: cmarchi
Date: 2011-07-29 08:57:51 -0400 (Fri, 29 Jul 2011)
New Revision: 20961
Trac: http://svn.gnucash.org/trac/changeset/20961

Modified:
   htdocs/branches/beta/externals/gnucash.css
Log:
Add a soft separation border to tail and head.

Modified: htdocs/branches/beta/externals/gnucash.css
===================================================================
--- htdocs/branches/beta/externals/gnucash.css	2011-07-29 12:54:48 UTC (rev 20960)
+++ htdocs/branches/beta/externals/gnucash.css	2011-07-29 12:57:51 UTC (rev 20961)
@@ -128,6 +128,7 @@
    color: white;
    font-size: small;
    padding: 0.5em;
+   border-bottom: solid thin silver;
 }
 
 #head A, #tail A
@@ -146,6 +147,7 @@
    margin-left: 0;
    margin-right: 0;
    min-height: 60px;
+   border-top: solid thin silver;
 }
 
 .tblborder {



More information about the gnucash-changes mailing list