From: Joey Hess Date: Sun, 13 Jul 2008 03:45:36 +0000 (-0400) Subject: make errors red X-Git-Tag: 2.54~70^2~10 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/154a572ec61b39deb0ad0378cc8d9a02de113f2b make errors red --- diff --git a/doc/style.css b/doc/style.css index b98507991..246da1ffc 100644 --- a/doc/style.css +++ b/doc/style.css @@ -146,6 +146,10 @@ div.recentchanges { margin-top: 1em; } +.error { + color: #C00; +} + /* Used for invalid form fields. */ .fb_invalid { color: red;