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