[dw-free] Negatives header overlaps the navstrip
[commit: http://hg.dwscoalition.org/dw-free/rev/de22b1a162ae]
http://bugs.dwscoalition.org/show_bug.cgi?id=622
Fix links overlapping the navstrip. Oh noes.
Patch by
afuna.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=622
Fix links overlapping the navstrip. Oh noes.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/negatives/layout.s2
-------------------------------------------------------------------------------- diff -r 41a01776f217 -r de22b1a162ae bin/upgrading/s2layers/negatives/layout.s2 --- a/bin/upgrading/s2layers/negatives/layout.s2 Thu Apr 02 03:40:49 2009 +0000 +++ b/bin/upgrading/s2layers/negatives/layout.s2 Thu Apr 02 03:53:28 2009 +0000 @@ -193,8 +193,8 @@ function print_stylesheet() font-size: 0.8em; letter-spacing:.3em; border-bottom: 5px double #ffffff; - padding: 3px 0; - position: relative; } /*** IE6 needs this to display the div ***/ + padding: 0.5em 0; + } /* Hide from IE5-Mac \*/ * html .module-group-primary {height: 1%;} /* end hide *//*** This hack will make IE5-win display the background color for the nav ***/ --------------------------------------------------------------------------------