kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2009-09-14 04:45 am

[dw-free] Basic Boxes/ColorSlide: inconsistent alignment of Module headers

[commit: http://hg.dwscoalition.org/dw-free/rev/5cf6a90a3700]

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

Center all module headers in Basic Boxes & Colorside.

Patch by [personal profile] yvi.

Files modified:
  • bin/upgrading/s2layers/basicboxes/layout.s2
  • bin/upgrading/s2layers/colorside/layout.s2
--------------------------------------------------------------------------------
diff -r 26306c6a8be1 -r 5cf6a90a3700 bin/upgrading/s2layers/basicboxes/layout.s2
--- a/bin/upgrading/s2layers/basicboxes/layout.s2	Sun Sep 13 23:58:51 2009 +0000
+++ b/bin/upgrading/s2layers/basicboxes/layout.s2	Sun Sep 13 23:44:56 2009 -0500
@@ -232,6 +232,7 @@ text-align: center; }
     $module_colors } 
 
 .module-header {
+    text-align: center;
     font-size: large;
     padding: 1px 3px; 
     $module_header_colors }
diff -r 26306c6a8be1 -r 5cf6a90a3700 bin/upgrading/s2layers/colorside/layout.s2
--- a/bin/upgrading/s2layers/colorside/layout.s2	Sun Sep 13 23:58:51 2009 +0000
+++ b/bin/upgrading/s2layers/colorside/layout.s2	Sun Sep 13 23:44:56 2009 -0500
@@ -355,6 +355,7 @@ text-align: center; }
     
 .module-header { $module_header_colors
     padding: 1px 3px;
+    text-align: center;
     font-size: large; }
     
     #secondary .module-header a,
--------------------------------------------------------------------------------