Update of /cvsroot/php-blog/serendipity/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23835/templates/default
Modified Files:
style.css
Log Message:
* Fixed remoterss bug, thanks to Richard Thomas Anders
* Added new CSS class for wrapping whole comment section (with regard to
chregu :)
* Added CSS class into all CSS-templates for Tom. :-)
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/default/style.css,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- style.css 13 May 2004 17:45:00 -0000 1.20
+++ style.css 19 May 2004 09:27:32 -0000 1.21
@@ -368,3 +368,6 @@
.serendipity_admin_filters select {
font-size: 10px;
}
+
+.serendipity_comments {
+}
\ No newline at end of file
|