fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-11-05 07:58 am

[dw-free] Modular needs more heading variables set

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

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

Apply font properties to some headings that we missed.

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/modular/layout.s2
--------------------------------------------------------------------------------
diff -r 3d5e22b683c8 -r 7cfdafa772e6 bin/upgrading/s2layers/modular/layout.s2
--- a/bin/upgrading/s2layers/modular/layout.s2	Fri Nov 05 15:53:29 2010 +0800
+++ b/bin/upgrading/s2layers/modular/layout.s2	Fri Nov 05 15:58:34 2010 +0800
@@ -163,6 +163,12 @@ h1, h2, h3, h4,
     font-weight: normal;
     padding-left: .25em;
     padding-right: .25em;
+    }
+
+.tags-container h2,
+.page-archive h3,
+.page-day h3.day-date {
+    font-family: $*font_journal_title;
     }
 
 .entry-title a,
--------------------------------------------------------------------------------