fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2012-06-18 12:47 pm

[dw-free] Add a .no-title class if an entry/comment doesn't have a title

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

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

Always apply comment title colors in Crossroads.

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/crossroads/layout.s2
--------------------------------------------------------------------------------
diff -r 7cea9a901453 -r eaca18a897b2 bin/upgrading/s2layers/crossroads/layout.s2
--- a/bin/upgrading/s2layers/crossroads/layout.s2	Mon Jun 18 20:18:53 2012 +0800
+++ b/bin/upgrading/s2layers/crossroads/layout.s2	Mon Jun 18 20:49:55 2012 +0800
@@ -429,7 +429,8 @@
    content: "- ";
    }
 
-.comment-title {
+.comment-title,
+.no-subject .comment .comment-title {
     background-color: $*color_entry_title_background;
     color: $*color_entry_title;
     padding: .25em;
--------------------------------------------------------------------------------