From 8d281312caf966506161415a2511c6de9f265676 Mon Sep 17 00:00:00 2001 From: Coleman Date: Thu, 7 Aug 2008 17:49:52 -0500 Subject: [PATCH] use correct css class name --- public/stylesheets/tuxbliki.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/tuxbliki.css b/public/stylesheets/tuxbliki.css index 0386f84..f55c5cd 100644 --- a/public/stylesheets/tuxbliki.css +++ b/public/stylesheets/tuxbliki.css @@ -39,7 +39,7 @@ a img { .tag_cloud_2, .tag_cloud_4, .tag_cloud_6, .tag_cloud_8, .tag_cloud_10, .tag_cloud_12 {font-weight: bold;} /* form errors */ -.fieldWithErrors { +.error { border: 1px solid #F00; }