Update of /cvsroot/php-blog/serendipity/templates/mt3-squash
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20017/templates/mt3-squash
Modified Files:
style.css
Log Message:
add overflow property for lenghty comments
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/mt3-squash/style.css,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- style.css 19 Nov 2004 11:06:14 -0000 1.6
+++ style.css 11 Dec 2004 15:40:17 -0000 1.7
@@ -206,6 +206,7 @@
border-right: 1px dotted #BBB;
border-left: 1px dotted #BBB;
margin-bottom: 10px;
+ overflow: auto;
}
.serendipity_comment_source {
|