Update of /cvsroot/php-blog/serendipity/templates/mt-gettysburg
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20399/templates/mt-gettysburg
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-gettysburg/style.css,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- style.css 16 Jul 2004 00:45:57 -0000 1.7
+++ style.css 19 Jul 2004 08:50:57 -0000 1.8
@@ -137,7 +137,7 @@
}
.serendipity_date {
- font-family: georgia, verdana, arial, sans-serif;
+ font-family: georgia, verdana, arial, sans-serif;
font-size: small;
color: #666;
border-bottom: 1px solid #999;
@@ -274,4 +274,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
|