Update of /cvsroot/php-blog/serendipity/templates/mt3-chalkboard
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20399/templates/mt3-chalkboard
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/mt3-chalkboard/style.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- style.css 15 Jul 2004 22:30:50 -0000 1.3
+++ style.css 19 Jul 2004 08:50:58 -0000 1.4
@@ -179,7 +179,7 @@
margin-bottom: 25px;
line-height: normal;
padding: 3px;
-
+
}
img.serendipity_entryIcon {
@@ -230,8 +230,8 @@
a {
text-decoration: underline;
-
-
+
+
}
a:link {
@@ -403,3 +403,11 @@
font-family: Helvetica, Arial, sans-serif;
font-size: small;
}
+
+.serendipity_msg_important {
+ color: red;
+}
+
+.serendipity_msg_notice {
+ color: green;
+}
\ No newline at end of file
|