Update of /cvsroot/php-blog/serendipity/templates/blue
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17147/templates/blue
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/blue/style.css,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- style.css 19 Jul 2004 08:50:55 -0000 1.10
+++ style.css 26 Jul 2004 03:23:07 -0000 1.11
@@ -180,6 +180,10 @@
margin-top: 5px;
}
+.serendipity_comment {
+ padding-top: 1em;
+}
+
td.serendipityEntriesBox {
background-color: #ffffff;
padding: 10px;
|