[dw-free] Tabula Rasa: no space between Poster and Subject on Month page
[commit: http://hg.dwscoalition.org/dw-free/rev/68f7595c9791]
http://bugs.dwscoalition.org/show_bug.cgi?id=2533
Space these apart for readability.
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2533
Space these apart for readability.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/core2base/layout.s2
-------------------------------------------------------------------------------- diff -r c6a1282f94d8 -r 68f7595c9791 bin/upgrading/s2layers/core2base/layout.s2 --- a/bin/upgrading/s2layers/core2base/layout.s2 Thu Apr 22 05:10:08 2010 -0700 +++ b/bin/upgrading/s2layers/core2base/layout.s2 Thu Apr 22 05:26:57 2010 -0700 @@ -603,6 +603,9 @@ table.month td p { display: inline; font-size: medium; } +.page-month .month .entry-poster { + margin-right: .5em; +} .month dl .tag ul { margin-top: 0; } --------------------------------------------------------------------------------