afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-10-24 09:13 pm

[dw-free] Negatives: module header text should be left-aligned in one-column

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

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

Right alignment for module header is now applied only to two-columns-right.

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/negatives/layout.s2
--------------------------------------------------------------------------------
diff -r 65ee96854271 -r 0876cb7a6087 bin/upgrading/s2layers/negatives/layout.s2
--- a/bin/upgrading/s2layers/negatives/layout.s2	Sat Oct 24 18:44:22 2009 +0000
+++ b/bin/upgrading/s2layers/negatives/layout.s2	Sat Oct 24 21:12:36 2009 +0000
@@ -335,6 +335,8 @@ function Page::print_default_stylesheet(
         font-weight:bold;
         letter-spacing:.3em;
         $module_title_font
+    }
+    .two-columns-right #secondary .module-header {
         text-align: right;
     }
     #secondary .module-header a {
--------------------------------------------------------------------------------