Update of /cvsroot/php-blog/serendipity/templates/mt-clean
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20017/templates/mt-clean
Modified Files:
style.css
Log Message:
add overflow property for lenghty comments
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/mt-clean/style.css,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- style.css 19 Nov 2004 11:06:09 -0000 1.17
+++ style.css 11 Dec 2004 15:40:12 -0000 1.18
@@ -164,6 +164,7 @@
margin-left: 10px;
margin-right: 10px;
padding: 3px;
+ overflow: auto;
}
.serendipity_comment_source {
|