Update of /cvsroot/php-blog/serendipity/templates/mt3-independence
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17147/templates/mt3-independence
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/mt3-independence/style.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- style.css 26 Jul 2004 01:07:45 -0000 1.1
+++ style.css 26 Jul 2004 03:23:08 -0000 1.2
@@ -133,7 +133,7 @@
margin-bottom: 10px;
}
-.serendipity_commentsTitle {
+.serendipity_commentpublic_html/en/templatessTitle {
display: block;
color: #333;
font-family: 'Trebuchet MS', Verdana, sans-serif;
@@ -193,6 +193,7 @@
margin-right: 15px;
margin-left: 15px;
padding: 3px;
+ padding-bottom: 0;
background-color: #FFFFFF;
border-right: 1px dotted #BBB;
}
|