Update of /cvsroot/php-blog/serendipity/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32393/templates/default
Modified Files:
style.css
Log Message:
Clean up the new layout a little
Fixed bug where it would say "POSTED BY x IN" when there was no category
Added css class to style filter panel
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/default/style.css,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- style.css 13 May 2004 13:10:54 -0000 1.19
+++ style.css 13 May 2004 17:45:00 -0000 1.20
@@ -360,3 +360,11 @@
.serendipity_admin_list_item_uneven {
background-color: #E0E0E0;
}
+.serendipity_admin_filters {
+ font-size: 10px;
+}
+
+.serendipity_admin_filters input,
+.serendipity_admin_filters select {
+ font-size: 10px;
+}
|