afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2010-01-10 04:47 pm

[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 [staff profile] denise.

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 {
--------------------------------------------------------------------------------