make errors red

master
Joey Hess 2008-07-12 23:45:36 -04:00
parent 180c963074
commit 154a572ec6
1 changed files with 4 additions and 0 deletions

View File

@ -146,6 +146,10 @@ div.recentchanges {
margin-top: 1em;
}
.error {
color: #C00;
}
/* Used for invalid form fields. */
.fb_invalid {
color: red;