Update of /cvsroot/php-blog/serendipity/templates/idea
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17147/templates/idea
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/idea/style.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- style.css 19 Jul 2004 08:50:56 -0000 1.2
+++ style.css 26 Jul 2004 03:23:07 -0000 1.3
@@ -252,7 +252,13 @@
font-size: small;
margin-left: 10px;
margin-right: 10px;
+ margin-top: 1em;
padding: 3px;
+ padding-bottom: 0;
+}
+
+.serendipity_commentBody {
+ padding-bottom: 1em;
}
.serendipity_commentsLabel {
|