Update of /cvsroot/php-blog/serendipity/templates/moz-modern
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20399/templates/moz-modern
Modified Files:
style.css
Log Message:
Remove nasty hardcoded font colors, which look ugly in darker themes.
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/moz-modern/style.css,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- style.css 1 Jul 2004 18:35:19 -0000 1.11
+++ style.css 19 Jul 2004 08:50:56 -0000 1.12
@@ -446,3 +446,11 @@
div.serendipityPlug {
text-align: center;
}
+
+.serendipity_msg_important {
+ color: red;
+}
+
+.serendipity_msg_notice {
+ color: green;
+}
\ No newline at end of file
|