Update of /cvsroot/php-blog/serendipity/templates/mt3-chalkboard
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20017/templates/mt3-chalkboard
Modified Files:
style.css
Log Message:
add overflow property for lenghty comments
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/mt3-chalkboard/style.css,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- style.css 19 Nov 2004 11:06:12 -0000 1.11
+++ style.css 11 Dec 2004 15:40:16 -0000 1.12
@@ -215,6 +215,7 @@
padding-bottom: 0;
font-size: small;
border-right: 1px dotted #BBB;
+ overflow: auto;
}
.serendipity_comment_source {
|