[dw-free] Celerity min height needs increase, overrunning footer
[commit: http://hg.dwscoalition.org/dw-free/rev/f556da37351a]
http://bugs.dwscoalition.org/show_bug.cgi?id=2230
Fix Celerity display on pages with short content.
Patch by
denise.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2230
Fix Celerity display on pages with short content.
Patch by
Files modified:
- htdocs/stc/celerity/celerity.css
--------------------------------------------------------------------------------
diff -r 352278314df5 -r f556da37351a htdocs/stc/celerity/celerity.css
--- a/htdocs/stc/celerity/celerity.css Sun Jan 10 16:13:52 2010 +0000
+++ b/htdocs/stc/celerity/celerity.css Sun Jan 10 16:46:03 2010 +0000
@@ -230,9 +230,9 @@ a:active,
border-left: 9em solid #DDDDAA;
margin-top: 170px;
padding: 1px 1em 1em 1.5em;
- min-height: 55em;
+ min-height: 65em;
height: auto !important; /*these two lines are a min-height hack that fixes it in IE6*/
- height: 55em;
+ height: 65em;
}
#content p {
--------------------------------------------------------------------------------
