From 4315ec5a53f151fe51a8b8ce37102d8ebf70b81a Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 19 Sep 2006 11:11:52 +0000 Subject: [PATCH] Add .error style. --- web/htdocs/chrome/style.mc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/htdocs/chrome/style.mc b/web/htdocs/chrome/style.mc index b8c1fa2..67536f9 100644 --- a/web/htdocs/chrome/style.mc +++ b/web/htdocs/chrome/style.mc @@ -1,4 +1,4 @@ -/* $Id: style.mc,v 1.4 2006-09-18 12:22:28 mike Exp $ */ +/* $Id: style.mc,v 1.5 2006-09-19 11:11:52 mike Exp $ */ body { color: black; background: white; @@ -27,3 +27,4 @@ img { border: 0 } .thleft th { text-align: left } .disabled { color: grey } +.error { color: red; font-weight: bold } -- 1.7.10.4