fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-04-21 04:24 pm

[dw-free] Tabula Rasa: no space between Poster and Subject on Month page

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

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

Add some whitespace before the entry title on the month page of Tabula Rasa-
based styles.

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/core2base/layout.s2
--------------------------------------------------------------------------------
diff -r eed9e65c3af3 -r e615d425834a bin/upgrading/s2layers/core2base/layout.s2
--- a/bin/upgrading/s2layers/core2base/layout.s2	Wed Apr 21 09:44:29 2010 +0000
+++ b/bin/upgrading/s2layers/core2base/layout.s2	Wed Apr 21 09:29:09 2010 -0700
@@ -603,6 +603,9 @@ table.month td p {
     display: inline;
     font-size: medium;
 }
+.page-month .month h3 {
+    padding-left: .5em;
+}
 .month dl .tag ul {
     margin-top: 0;
 }
--------------------------------------------------------------------------------