Update of /cvsroot/php-blog/serendipity/templates/mt-stormy
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20399/templates/mt-stormy
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/mt-stormy/style.css,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- style.css 26 Apr 2004 10:33:24 -0000 1.6
+++ style.css 19 Jul 2004 08:50:58 -0000 1.7
@@ -145,3 +145,11 @@
float: right;
border: 0px;
}
+
+.serendipity_msg_important {
+ color: red;
+}
+
+.serendipity_msg_notice {
+ color: green;
+}
\ No newline at end of file
|