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-04-02 03:53 am

[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 [personal profile] afuna.

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 ***/
--------------------------------------------------------------------------------