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