[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
aveleh.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1119
Make CSS consistent with HTML
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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 } --------------------------------------------------------------------------------