From: Mike Taylor Date: Tue, 19 Sep 2006 11:11:52 +0000 (+0000) Subject: Add .error style. X-Git-Tag: CPAN-v1.02~54^2~1054 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=b9819ea09c68093ad9a2f0182c036e9d215bc3c1;ds=sidebyside Add .error style. --- 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 }