r21062 - htdocs/branches/beta/externals - Tweak the footer: set font size and add padding to bottom in order to remove empty space in some browser.

Cristian Marchi cmarchi at code.gnucash.org
Mon Aug 1 08:23:34 EDT 2011


Author: cmarchi
Date: 2011-08-01 08:23:34 -0400 (Mon, 01 Aug 2011)
New Revision: 21062
Trac: http://svn.gnucash.org/trac/changeset/21062

Modified:
   htdocs/branches/beta/externals/gnucash.css
Log:
Tweak the footer: set font size and add padding to bottom in order to remove empty space in some browser.

Modified: htdocs/branches/beta/externals/gnucash.css
===================================================================
--- htdocs/branches/beta/externals/gnucash.css	2011-08-01 12:00:14 UTC (rev 21061)
+++ htdocs/branches/beta/externals/gnucash.css	2011-08-01 12:23:34 UTC (rev 21062)
@@ -141,8 +141,8 @@
 }
 
 #tail {
-   padding: 0.01em;
-   font-size: small;
+   padding-bottom:20px;
+   font-size: 0.8em;
    text-align: center;
    clear: both;
    float: none;



More information about the gnucash-changes mailing list