[dw-nonfree] Timestamp collapsed comments on journal styled pages
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/83bce1b622e4]
http://bugs.dwscoalition.org/show_bug.cgi?id=2888
Fix display of collapsed comments in Transmogrified and Sunday Morning
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2888
Fix display of collapsed comments in Transmogrified and Sunday Morning
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/sundaymorning/layout.s2
- bin/upgrading/s2layers/transmogrified/layout.s2
-------------------------------------------------------------------------------- diff -r bbc020960b5c -r 83bce1b622e4 bin/upgrading/s2layers/sundaymorning/layout.s2 --- a/bin/upgrading/s2layers/sundaymorning/layout.s2 Thu Jul 22 09:57:53 2010 -0700 +++ b/bin/upgrading/s2layers/sundaymorning/layout.s2 Wed Jul 28 23:21:30 2010 -0700 @@ -708,7 +708,7 @@ q { font-style: italic; .entry .metadata-label { font-weight: bold; } -.comment-poster { +.full .comment-poster { display: inline-block; min-width: 40%; } diff -r bbc020960b5c -r 83bce1b622e4 bin/upgrading/s2layers/transmogrified/layout.s2 --- a/bin/upgrading/s2layers/transmogrified/layout.s2 Thu Jul 22 09:57:53 2010 -0700 +++ b/bin/upgrading/s2layers/transmogrified/layout.s2 Wed Jul 28 23:21:30 2010 -0700 @@ -719,7 +719,17 @@ function Page::print_default_stylesheet .partial .comment-title { display: inline; - } + margin-right: .3em; + line-height: 1.4em; + } + + .partial .comment-title h4 { + display: inline; + } + + .partial .comment-poster:before { + content: "- "; + } .tag { font-weight: bold; @@ -813,7 +823,7 @@ function Page::print_default_stylesheet .entry .metadata-label { font-weight: bold; } - .comment-poster { + .full .comment-poster { display: inline-block; min-width: 40%; } --------------------------------------------------------------------------------