Update of /cvsroot/php-blog/serendipity/templates/moz-modern
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23835/templates/moz-modern
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/moz-modern/style.css,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- style.css 13 May 2004 13:10:54 -0000 1.8
+++ style.css 19 May 2004 09:27:32 -0000 1.9
@@ -428,3 +428,11 @@
.serendipity_admin_list_item_uneven {
background-color: #E0E0E0;
}
+
+.serendipity_admin_filters,
+.serendipity_admin_filters input,
+.serendipity_admin_filters select {
+}
+
+.serendipity_comments {
+}
\ No newline at end of file
|