Update of /cvsroot/php-blog/serendipity/templates/mt-gettysburg
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17147/templates/mt-gettysburg
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-gettysburg/style.css,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- style.css 19 Jul 2004 08:50:57 -0000 1.8
+++ style.css 26 Jul 2004 03:23:07 -0000 1.9
@@ -181,13 +181,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;
}
|