Update of /cvsroot/php-blog/serendipity/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20017/templates/default
Modified Files:
style.css
Log Message:
add overflow property for lenghty comments
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/default/style.css,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- style.css 4 Dec 2004 21:03:48 -0000 1.39
+++ style.css 11 Dec 2004 15:40:10 -0000 1.40
@@ -201,6 +201,7 @@
color: #404040;
padding: 3px;
background-color: #FFFFFF;
+ overflow: auto;
}
.serendipity_comment_source {
|