fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-11-10 11:14 am

[dw-free] Tranquility III: 4 new themes by dancing_serpent & rising

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

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

Remove color setting for datetime, as it may be unreadable with no
corresponding background color. (The color is still applied to comment
subjects in this area).

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/tranquilityiii/layout.s2
--------------------------------------------------------------------------------
diff -r f952c53cc729 -r 1bbe1e229f5f bin/upgrading/s2layers/tranquilityiii/layout.s2
--- a/bin/upgrading/s2layers/tranquilityiii/layout.s2	Wed Nov 10 19:12:37 2010 +0800
+++ b/bin/upgrading/s2layers/tranquilityiii/layout.s2	Wed Nov 10 19:14:37 2010 +0800
@@ -209,8 +209,9 @@ ul.entry-interaction-links li.entry-read
 .comment-content { margin-top: 1em; }
 
 .comment .edittime { margin-top: 1em; }
-.comment .header .datetime { font-size: small;
-    color: $*color_entry_title; }
+.comment .header .datetime {
+    font-size: small;
+    }
 
 .comment .multiform-checkbox { display: block;
     text-align: right;
--------------------------------------------------------------------------------