Update of /cvsroot/php-blog/serendipity/templates/idea
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20017/templates/idea
Modified Files:
style.css
Log Message:
add overflow property for lenghty comments
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/idea/style.css,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- style.css 2 Dec 2004 10:55:16 -0000 1.8
+++ style.css 11 Dec 2004 15:40:11 -0000 1.9
@@ -263,6 +263,7 @@
margin-top: 1em;
padding: 3px;
padding-bottom: 0;
+ overflow: auto;
}
.serendipity_commentBody {
|