r21088 - htdocs/branches/beta/externals - Try a fix for the feature and docs pages showing background through text.
Cristian Marchi
cmarchi at code.gnucash.org
Wed Aug 3 06:34:02 EDT 2011
Author: cmarchi
Date: 2011-08-03 06:34:01 -0400 (Wed, 03 Aug 2011)
New Revision: 21088
Trac: http://svn.gnucash.org/trac/changeset/21088
Modified:
htdocs/branches/beta/externals/gnucash.css
Log:
Try a fix for the feature and docs pages showing background through text.
Modified: htdocs/branches/beta/externals/gnucash.css
===================================================================
--- htdocs/branches/beta/externals/gnucash.css 2011-08-02 20:35:46 UTC (rev 21087)
+++ htdocs/branches/beta/externals/gnucash.css 2011-08-03 10:34:01 UTC (rev 21088)
@@ -83,8 +83,7 @@
}
.featurecontainer {
- width:98%;
- float:right;
+ clear:right;
}
h1.featuresection {
@@ -391,7 +390,7 @@
}
div.dialog {
- float:left;
+ clear:right;
padding-left: 58px;
border: 1px solid #7F7FAA;
margin: 1em 2em;
More information about the gnucash-changes
mailing list