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-10-26 02:57 am

[dw-free] Negatives: fix display of navigation links when in sidebar

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

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

Fix navigation links in Negatives when they're in the sidebar, make them
look like other unordered lists.

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/negatives/layout.s2
--------------------------------------------------------------------------------
diff -r 89a6a4b11d29 -r 8d0176156a61 bin/upgrading/s2layers/negatives/layout.s2
--- a/bin/upgrading/s2layers/negatives/layout.s2	Mon Oct 26 02:54:51 2009 +0000
+++ b/bin/upgrading/s2layers/negatives/layout.s2	Mon Oct 26 02:57:10 2009 +0000
@@ -473,9 +473,17 @@ function Page::print_default_stylesheet(
 
    .module-navlinks ul, .module-navlinks li {
         font-weight: bold;
+    }
+    .module-section-three .module-navlinks ul,
+    .module-section-three .module-navlinks li,
+    .module-section-two .module-navlinks ul,
+    .module-section-two .module-navlinks li {
         display: inline;
         padding: 0.2em 1em 0.2em 0.5em;
-     }
+    }
+    .module-section-one .module-navlinks {
+        clear: both;
+    }
     .module-photo {
         text-align: center;
     }
--------------------------------------------------------------------------------