Update of /cvsroot/php-blog/serendipity/templates/mt-stormy
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20017/templates/mt-stormy
Modified Files:
style.css
Log Message:
add overflow property for lenghty comments
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/mt-stormy/style.css,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- style.css 19 Nov 2004 11:06:12 -0000 1.8
+++ style.css 11 Dec 2004 15:40:15 -0000 1.9
@@ -122,6 +122,7 @@
/* Comments */
.serendipity_comment {
+ overflow: auto;
}
.serendipity_commentsLabel {
|