Update of /cvsroot/php-blog/serendipity/templates/mt3-chalkboard
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17147/templates/mt3-chalkboard
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-chalkboard/style.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- style.css 19 Jul 2004 08:50:58 -0000 1.4
+++ style.css 26 Jul 2004 03:23:08 -0000 1.5
@@ -211,6 +211,7 @@
margin-left: 10px;
color: #ffffff;
padding: 3px;
+ padding-bottom: 0;
font-size: small;
border-right: 1px dotted #BBB;
}
|