Update of /cvsroot/php-blog/serendipity/templates/mt-trendy
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20399/templates/mt-trendy
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-trendy/style.css,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- style.css 22 Jun 2004 10:07:33 -0000 1.20
+++ style.css 19 Jul 2004 08:50:58 -0000 1.21
@@ -252,4 +252,12 @@
margin-left: auto;
margin-right: auto;
text-align: center;
+}
+
+.serendipity_msg_important {
+ color: red;
+}
+
+.serendipity_msg_notice {
+ color: green;
}
\ No newline at end of file
|