From 847d42682d02f2bd86ff0e5a247c38e1f55d86b9 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Thu, 25 Dec 2008 23:31:41 +0000 Subject: Switch gFailure back to gError. Makes more sense semantically. --- themes/default/css/screen.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'themes/default/css') diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 33ef91dd..193582cf 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -368,16 +368,16 @@ li.gError select { margin: .4em 0; } -.gFailure, .gInfo, .gSuccess, .gWarning { +.gError, .gInfo, .gSuccess, .gWarning { background-color: #e8e8e8; background-position: .4em .2em; background-repeat: no-repeat; padding: .2em .5em .2em 30px; } -.gFailure { +.gError { background-color: #fcc; - background-image: url('../images/ico-failure.png'); + background-image: url('../images/ico-error.png'); } .gInfo { -- cgit v1.2.3