r21074 - htdocs/branches/beta/externals - Try to fix the background to prevent flickering when scrolling the page.

Cristian Marchi cmarchi at code.gnucash.org
Tue Aug 2 02:43:10 EDT 2011


Author: cmarchi
Date: 2011-08-02 02:43:10 -0400 (Tue, 02 Aug 2011)
New Revision: 21074
Trac: http://svn.gnucash.org/trac/changeset/21074

Modified:
   htdocs/branches/beta/externals/gnucash.css
Log:
Try to fix the background to prevent flickering when scrolling the page.

Modified: htdocs/branches/beta/externals/gnucash.css
===================================================================
--- htdocs/branches/beta/externals/gnucash.css	2011-08-02 06:23:25 UTC (rev 21073)
+++ htdocs/branches/beta/externals/gnucash.css	2011-08-02 06:43:10 UTC (rev 21074)
@@ -1,6 +1,7 @@
 BODY {
    color: black;
    background:url(backg.png) repeat;
+   background-attachment:fixed;
    border: 0px;
    margin: 0px;
    font-size:90%;



More information about the gnucash-changes mailing list