[dw-nonfree] Transmogrified: collapsed comments take up too much space
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/f3610ece894d]
http://bugs.dwscoalition.org/show_bug.cgi?id=1201
Fix vertical space usage of collapsed comments.
Patch by
dani_the_girl.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1201
Fix vertical space usage of collapsed comments.
Patch by
Files modified:
- bin/upgrading/s2layers/transmogrified/layout.s2
--------------------------------------------------------------------------------
diff -r 7d7e9f6a5885 -r f3610ece894d bin/upgrading/s2layers/transmogrified/layout.s2
--- a/bin/upgrading/s2layers/transmogrified/layout.s2 Fri Jun 12 21:39:18 2009 +0000
+++ b/bin/upgrading/s2layers/transmogrified/layout.s2 Fri Jun 12 21:41:06 2009 +0000
@@ -556,6 +556,18 @@ function print_stylesheet () {
.entry-content, .comment-content {
padding: 10px 0px;
}
+
+ .no-userpic .comment {
+ margin-top: 20px;
+ }
+ .no-userpic .comment-title {
+ margin: 0px;
+ }
+
+ .partial .comment-title {
+ display: inline;
+ }
+
.tag {
font-weight: bold;
text-align: left;
--------------------------------------------------------------------------------
