[dw-free] Modular: date unreadable in comments
[commit: http://hg.dwscoalition.org/dw-free/rev/9f48b0cb0e80]
http://bugs.dwscoalition.org/show_bug.cgi?id=2745
Set the color of the datetime in the comment header (same as comment title)
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2745
Set the color of the datetime in the comment header (same as comment title)
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/modular/layout.s2
-------------------------------------------------------------------------------- diff -r b2eaddd6eb1e -r 9f48b0cb0e80 bin/upgrading/s2layers/modular/layout.s2 --- a/bin/upgrading/s2layers/modular/layout.s2 Mon Jun 28 19:30:19 2010 +0800 +++ b/bin/upgrading/s2layers/modular/layout.s2 Mon Jun 28 20:49:00 2010 +0800 @@ -334,6 +334,7 @@ ul.entry-interaction-links, padding: .25em .5em; } +.comment .header .datetime, .comment-title a { color: $*color_entry_title; } .comment .userpic { --------------------------------------------------------------------------------