[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
ninetydegrees.
Files modified:
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]](https://www.dreamwidth.org/img/silk/identity/user.png)
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; } --------------------------------------------------------------------------------