mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-03-12 07:58 am

[dw-free] Navstrip padding can cause issues with layouts

[commit: http://hg.dwscoalition.org/dw-free/rev/c57348be7172]

http://bugs.dwscoalition.org/show_bug.cgi?id=470

Limit control strip padding to padding-top.

Patch by [staff profile] denise.

Files modified:
  • htdocs/stc/controlstrip.css
--------------------------------------------------------------------------------
diff -r 0f9dbaa3f125 -r c57348be7172 htdocs/stc/controlstrip.css
--- a/htdocs/stc/controlstrip.css	Thu Mar 12 07:44:36 2009 +0000
+++ b/htdocs/stc/controlstrip.css	Thu Mar 12 07:57:58 2009 +0000
@@ -1,6 +1,6 @@ html body
 html body
 {
-    padding: 45px 0 0 0;
+    padding-top: 45px;
     margin-right: 0;
     margin-left: 0;
 }
--------------------------------------------------------------------------------