[dw-free] Celerity Site Scheme has no BG color defined
[commit: http://hg.dwscoalition.org/dw-free/rev/1d40ae1aeb89]
http://bugs.dwscoalition.org/show_bug.cgi?id=1076
Fix syntax error for celerity background color; height tweaks to fix
misalignment
Patch by
branchandroot.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1076
Fix syntax error for celerity background color; height tweaks to fix
misalignment
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/stc/celerity/celerity.css
-------------------------------------------------------------------------------- diff -r 413eb3c1c25f -r 1d40ae1aeb89 htdocs/stc/celerity/celerity.css --- a/htdocs/stc/celerity/celerity.css Mon May 11 14:36:56 2009 +0000 +++ b/htdocs/stc/celerity/celerity.css Mon May 11 14:51:53 2009 +0000 @@ -58,7 +58,7 @@ body { body { font-family: Arial, Verdana, sans-serif; line-height: 1.25em; - background-color: f9f9f0; + background-color: #f9f9f0; color: #222211; } @@ -228,9 +228,9 @@ a:active, border-left: 9em solid #DDDDAA; margin-top: 170px; padding: 1px 1em 1em 1.5em; - min-height: 45em; + min-height: 50em; height: auto !important; /*these two lines are a min-height hack that fixes it in IE6*/ - height: 45em; + height: 50em; } #content p { --------------------------------------------------------------------------------