kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2010-10-24 05:04 pm

[dw-free] multiple layouts hardcode time font color

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

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

Use color_entry_text instead of color_page_text for datetime.

Patch by [personal profile] kareila.

Files modified:
  • bin/upgrading/s2layers/modish/layout.s2
--------------------------------------------------------------------------------
diff -r b10161a08e77 -r eab0259123d0 bin/upgrading/s2layers/modish/layout.s2
--- a/bin/upgrading/s2layers/modish/layout.s2	Sun Oct 24 01:55:56 2010 +0800
+++ b/bin/upgrading/s2layers/modish/layout.s2	Sun Oct 24 12:04:08 2010 -0500
@@ -103,7 +103,7 @@ border: none; }
 
 .entry .datetime { font-size: small;
     padding: 0 5px;
-    color: $*color_page_text; }
+    color: $*color_entry_text; }
 
 .entry .poster { display: block;
 margin: .5em 0; }
--------------------------------------------------------------------------------