[dw-free] Blanket: comment background CSS hardcoded to white
[commit: http://hg.dwscoalition.org/dw-free/rev/3b3c90cae87d]
http://bugs.dwscoalition.org/show_bug.cgi?id=2439
Set comments to use the same colors (background) as the entry.
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2439
Set comments to use the same colors (background) as the entry.
Patch by
Files modified:
- bin/upgrading/s2layers/blanket/layout.s2
--------------------------------------------------------------------------------
diff -r 21b8213d8018 -r 3b3c90cae87d bin/upgrading/s2layers/blanket/layout.s2
--- a/bin/upgrading/s2layers/blanket/layout.s2 Sun Mar 14 08:52:05 2010 -0700
+++ b/bin/upgrading/s2layers/blanket/layout.s2 Sun Mar 14 08:57:41 2010 -0700
@@ -336,7 +336,7 @@ input, textarea { padding: 5px; font: 1e
input, textarea { padding: 5px; font: 1em Helvetica, Arial, 'Arial Narrow', sans-serif; line-height: 1.8em; $input_colors }
textarea.textbox { width: 100% !important; }
-.comment { margin: 0 auto 2em auto; background: #FFF; padding: 40px 20px; border-left: 20px solid $*color_page_border; }
+.comment { margin: 0 auto 2em auto; padding: 40px 20px; border-left: 20px solid $*color_page_border; $entry_colors }
.comment-wrapper { margin: 2em 0; padding: 0; }
.bottomcomment { margin: 0 auto 2em auto; padding: 4em 2em; border-left: 20px solid $*color_page_border; $entry_colors }
--------------------------------------------------------------------------------
