make errors red
authorJoey Hess <joey@kodama.kitenet.net>
Sun, 13 Jul 2008 03:45:36 +0000 (23:45 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sun, 13 Jul 2008 03:45:36 +0000 (23:45 -0400)
doc/style.css

index b985079914f9230163a67283465fc9b71ed2b14f..246da1ffc9648c16217bbce2d5c21dccd0939d25 100644 (file)
@@ -146,6 +146,10 @@ div.recentchanges {
        margin-top: 1em;
 }
 
+.error {
+       color: #C00;
+}
+
 /* Used for invalid form fields. */
 .fb_invalid {
        color: red;