Update of /cvsroot/php-blog/serendipity/templates/newspaper
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17147/templates/newspaper
Modified Files:
style.css
Log Message:
Make comments much more tolerant of threaded comments. It is a slight BC break, but the old system looks terrible with threaded comments.
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/newspaper/style.css,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- style.css 19 Jul 2004 08:50:58 -0000 1.11
+++ style.css 26 Jul 2004 03:23:09 -0000 1.12
@@ -149,6 +149,9 @@
padding-top:16px;
}
+.serendipity_comment {
+ padding-top: 1em;
+}
.serendipity_comment_source {
|