Update of /cvsroot/php-blog/serendipity/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17009
Modified Files:
style.css
Log Message:
Give a better overview of threaded comments
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/default/style.css,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- style.css 2 Sep 2004 17:28:15 -0000 1.33
+++ style.css 2 Sep 2004 17:30:43 -0000 1.34
@@ -205,13 +205,14 @@
color: #404040;
padding: 3px;
background-color: #FFFFFF;
- border-bottom: 2px solid #666666;
}
.serendipity_comment_source {
margin-top: 5px;
padding-left: 5px;
margin-bottom: 5px;
+ padding-bottom: 3px;
+ border-bottom: 2px solid #36558C;
}
TD.serendipity_admin {
|