Update of /cvsroot/php-blog/serendipity/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18670
Modified Files:
style.css
Log Message:
Make comments pretty
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/default/style.css,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- style.css 11 Aug 2004 20:56:01 -0000 1.30
+++ style.css 11 Aug 2004 21:00:01 -0000 1.31
@@ -147,10 +147,13 @@
}
.serendipity_commentsTitle {
- color: #404040;
- font-size: 12px;
+ font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
+ font-size: small;
font-weight: bold;
- padding-left:8px;
+ margin-top: 10px;
+ color: #333333;
+ padding-left: 5px;
+ border-bottom: 2px solid #36558C;
}
div.serendipity_entryFooter {
@@ -186,18 +189,16 @@
margin-right: 10px;
margin-left: 10px;
background-color: #FFFFFF;
- -moz-border-radius: .0em 0em 1em 1em;
- border: 2px solid #666666;
}
.serendipity_comment {
font-size: 13px;
+ margin-top: 10px;
margin-right: 10px;
margin-left: 10px;
color: #404040;
padding: 3px;
background-color: #FFFFFF;
- -moz-border-radius: .0em 0em 1em 1em;
- border: 2px solid #666666;
+ border-bottom: 2px solid #666666;
}
.serendipity_comment_source {
|