afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-05-06 07:06 pm

[dw-free] h3s colored too indiscriminately

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

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

Target only h3s in entry titles

Patch by [personal profile] aveleh.

Files modified:
  • bin/upgrading/s2layers/core2base/layout.s2
--------------------------------------------------------------------------------
diff -r 5593a5b346df -r 55f8a96f3b52 bin/upgrading/s2layers/core2base/layout.s2
--- a/bin/upgrading/s2layers/core2base/layout.s2	Wed May 06 18:58:39 2009 +0000
+++ b/bin/upgrading/s2layers/core2base/layout.s2	Wed May 06 19:00:08 2009 +0000
@@ -387,7 +387,7 @@ body.three-columns-right { padding-right
     $entry_colors
 }
 
-.entry h3 {
+.entry .entry-title h3 {
     $entry_title_colors
 }
 
--------------------------------------------------------------------------------