kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2009-08-27 02:08 am

[dw-free] Errors in Stepping Stones layout

[commit: http://hg.dwscoalition.org/dw-free/rev/57744754f564]

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

Minor CSS tweaks for Stepping Stones.

Patch by [personal profile] afuna.

Files modified:
  • bin/upgrading/s2layers/steppingstones/layout.s2
--------------------------------------------------------------------------------
diff -r 6422ea172118 -r 57744754f564 bin/upgrading/s2layers/steppingstones/layout.s2
--- a/bin/upgrading/s2layers/steppingstones/layout.s2	Wed Aug 26 17:56:05 2009 +0000
+++ b/bin/upgrading/s2layers/steppingstones/layout.s2	Wed Aug 26 21:08:37 2009 -0500
@@ -18,7 +18,7 @@ function print_stylesheet() {
 
     var string tertiary_colors = generate_color_css( new Color, $*color_module_background, new Color );
     var string module_header_link_colors = generate_color_css( $*color_module_title, new Color, new Color );
-    var string footer_colors = generate_color_css( new Color, $*color_module_title, new Color );
+    var string footer_colors = generate_color_css( new Color, $*color_footer_background, new Color );
     var string footer_link_colors = generate_color_css( $*color_page_title, new Color, new Color );
     """
 /* Stepping Stones */
@@ -252,6 +252,9 @@ text-align: center; }
 .two-columns-left #tertiary > .inner:first-child,
 .two-columns-right #tertiary > .inner:first-child { background-color: transparent; }
 
+.two-columns-left #tertiary .module,
+.two-columns-right #tertiary .module { margin-right: 1em; }
+
 .module {  padding: 3px; 
     margin-bottom: 1em;
     border: none; } 
--------------------------------------------------------------------------------