[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
denise.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=470
Limit control strip padding to padding-top.
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
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; } --------------------------------------------------------------------------------