From e92a04a2a4c815c2aea8a103920b7390d744532e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 5 May 2011 08:44:20 +0200 Subject: [PATCH] Drop .warning css --- graphite/css/theme_right.css.php | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/graphite/css/theme_right.css.php b/graphite/css/theme_right.css.php index 538aed557..c111178d5 100644 --- a/graphite/css/theme_right.css.php +++ b/graphite/css/theme_right.css.php @@ -394,7 +394,6 @@ td .icon { /* message boxes: warning, error, confirmation */ .success h1, .notice h1, -.warning h1, div.error h1 { border-bottom: 2px solid; font-weight: bold; @@ -404,7 +403,6 @@ div.error h1 { div.success, div.notice, -div.warning, div.error, div.footnotes { clear: both; @@ -456,22 +454,6 @@ div.footnotes { border-color: #FFD700; } -.warning { - color: #CC0000; - background-color: #FFFFCC; -} -p.warning, -h1.warning, -div.warning { - border-color: #CC0000; - - background-image: url(getImgPath(); ?>s_warn.png); - -} -.warning h1 { - border-color: #cc0000; -} - .error { background-color: #FFFFCC; color: #ff0000; @@ -631,10 +613,6 @@ form.login label { background: #ddd; text-decoration: none; } -#topmenu a.warning { - background: #ccc; - color: #666; -} a.tabactive { font-weight: bolder; background: #aaa; -- 2.11.4.GIT