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