[dw-free] Unnecessary lines at the top of Easy Read layouts
[commit: http://hg.dwscoalition.org/dw-free/rev/e8854e4f674b]
http://bugs.dwscoalition.org/show_bug.cgi?id=3183
Tiny bit of polish.
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3183
Tiny bit of polish.
Patch by
Files modified:
- bin/upgrading/s2layers/easyread/layout.s2
--------------------------------------------------------------------------------
diff -r b3a009d28385 -r e8854e4f674b bin/upgrading/s2layers/easyread/layout.s2
--- a/bin/upgrading/s2layers/easyread/layout.s2 Fri Oct 29 17:25:47 2010 +0800
+++ b/bin/upgrading/s2layers/easyread/layout.s2 Fri Oct 29 18:15:36 2010 +0800
@@ -396,6 +396,7 @@ q { font-style: italic;
/* General page background */
body {
+ margin: 0;
font-family: $page_font;
$page_colors
}
@@ -707,10 +708,13 @@ ul.entry-interaction-links li, ul.entry-
margin-left: 0;
}
-.module-section-two, .module-section-one {
+.module-section-one {
+ padding-top: 1em;
+}
+
+.module-section-two {
border-top: solid $*color_page_border 2px;
padding-top: 1em;
-
}
ul.module-list {
--------------------------------------------------------------------------------
