r21133 - htdocs/branches/beta/externals - Make the main feature pane text readeable when overlapping the background image.

Cristian Marchi cmarchi at code.gnucash.org
Tue Aug 9 03:38:12 EDT 2011


Author: cmarchi
Date: 2011-08-09 03:38:12 -0400 (Tue, 09 Aug 2011)
New Revision: 21133
Trac: http://svn.gnucash.org/trac/changeset/21133

Modified:
   htdocs/branches/beta/externals/gnucash.css
Log:
Make the main feature pane text readeable when overlapping the background image.

Modified: htdocs/branches/beta/externals/gnucash.css
===================================================================
--- htdocs/branches/beta/externals/gnucash.css	2011-08-08 16:56:05 UTC (rev 21132)
+++ htdocs/branches/beta/externals/gnucash.css	2011-08-09 07:38:12 UTC (rev 21133)
@@ -513,10 +513,13 @@
 
 #mainfeature ul {
    font-style:italic;
-   list-style-image:url(../images/checkmark.png);
-   padding-bottom:10px;
+   list-style-image: url(../images/checkmark.png);
+   padding: 10px 10px 10px 30px;
    line-height:25px;
-   margin-right:45%;
+   margin-right: 53%;
+   background-color: #F3F3F3;
+   border-right: thin solid silver;
+   font-style: italic;
 }
 
 #validator {



More information about the gnucash-changes mailing list