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 06:58 pm

[dw-free] Base sheet specifies h3, should be h2

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

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

Make CSS consistent with HTML

Patch by [personal profile] aveleh.

Files modified:
  • bin/upgrading/s2layers/core2base/layout.s2
--------------------------------------------------------------------------------
diff -r 679b7b801610 -r 5593a5b346df bin/upgrading/s2layers/core2base/layout.s2
--- a/bin/upgrading/s2layers/core2base/layout.s2	Wed May 06 05:30:59 2009 +0000
+++ b/bin/upgrading/s2layers/core2base/layout.s2	Wed May 06 18:58:39 2009 +0000
@@ -517,7 +517,7 @@ table.month td p {
 .module a:hover { $module_link_hover_colors }
 .module a:visited { $module_link_visited_colors }
 
-.module h3 {
+.module h2 {
     $module_title_colors
 }
 
--------------------------------------------------------------------------------