Update of /cvsroot/php-blog/serendipity/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22649/templates/default
Modified Files:
style.css
Log Message:
This should fix a IE-only display-bug...
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/default/style.css,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- style.css 27 Jul 2004 17:16:44 -0000 1.25
+++ style.css 28 Jul 2004 11:07:03 -0000 1.26
@@ -155,7 +155,6 @@
.serendipity_commentsTitle {
display: block;
- width: 100%;
color: #404040;
font-size: 12px;
font-weight: bold;
|