Update of /cvsroot/php-blog/serendipity/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19106
Modified Files:
style.css
Log Message:
Make the comment form pretty
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/default/style.css,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- style.css 11 Aug 2004 21:00:01 -0000 1.31
+++ style.css 11 Aug 2004 21:01:45 -0000 1.32
@@ -178,10 +178,18 @@
TD.serendipity_commentsLabel {
font-size: 12px;
font-weight: bold;
- width: 10%;
vertical-align: top;
}
+TD.serendipity_commentsValue input,
+TD.serendipity_commentsValue select,
+TD.serendipity_commentsValue textarea {
+ font-size: 12px;
+ padding: 2px;
+ width: 400px;
+}
+
+
.serendipity_commentForm {
font-size: 13px;
color: #404040;
|