Update of /cvsroot/php-blog/serendipity/templates/mt-georgiablue
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17147/templates/mt-georgiablue
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/mt-georgiablue/style.css,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- style.css 19 Jul 2004 08:50:57 -0000 1.9
+++ style.css 26 Jul 2004 03:23:07 -0000 1.10
@@ -173,13 +173,16 @@
/* Comments */
.serendipity_comment {
- border-bottom: 1px dotted #999;
font-size: small;
margin-left: 10px;
margin-right: 10px;
padding: 3px;
}
+.serendipity_comment_source {
+ border-bottom: 1px dotted #999;
+}
+
.serendipity_commentsLabel {
font-size: small;
}
|