[dw-free] New Style: Five AM by winterfish
[commit: http://hg.dwscoalition.org/dw-free/rev/c71c12db4298]
http://bugs.dwscoalition.org/show_bug.cgi?id=3668
Use less specific selector to make custom reading page colors work.
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3668
Use less specific selector to make custom reading page colors work.
Patch by
Files modified:
- bin/upgrading/s2layers/fiveam/layout.s2
--------------------------------------------------------------------------------
diff -r cfe2c2c4a5db -r c71c12db4298 bin/upgrading/s2layers/fiveam/layout.s2
--- a/bin/upgrading/s2layers/fiveam/layout.s2 Mon Jun 20 08:57:56 2011 +0800
+++ b/bin/upgrading/s2layers/fiveam/layout.s2 Mon Jun 20 09:01:25 2011 +0800
@@ -476,7 +476,7 @@
text-align: center;
}
-.has-userpic .contents .userpic img {
+.contents .userpic img {
background: $*color_entry_text;
border: 1px solid $*color_entry_text;
padding: 5px;
--------------------------------------------------------------------------------
