[dw-free] Add "icon scaling" to customize options
[commit: http://hg.dwscoalition.org/dw-free/rev/721f6fed8977]
http://bugs.dwscoalition.org/show_bug.cgi?id=3495
Tweak margins to prevent them from horizontally uncentering the userpics.
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3495
Tweak margins to prevent them from horizontally uncentering the userpics.
Patch by
Files modified:
- bin/upgrading/s2layers/steppingstones/layout.s2
--------------------------------------------------------------------------------
diff -r 0e44d4e08708 -r 721f6fed8977 bin/upgrading/s2layers/steppingstones/layout.s2
--- a/bin/upgrading/s2layers/steppingstones/layout.s2 Fri Apr 22 22:11:57 2011 +0800
+++ b/bin/upgrading/s2layers/steppingstones/layout.s2 Fri Apr 22 22:50:50 2011 +0800
@@ -192,7 +192,7 @@ H1, H2, H3, H4, H5 { font-weight: normal
}
.entry .contents .userpic img {
- margin: 5px;
+ margin-top: 5px;
$entry_userpic_colors
}
--------------------------------------------------------------------------------
