From: Sarven Capadisli <csarven@controlyourself.ca>
Date: Tue, 7 Apr 2009 21:04:24 +0000 (+0000)
Subject: Minor adjustment for error/success styles in default stylesheet
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5dfc09d9d265d1e2e918f9dd615f89909c6c4e74;p=quix0rs-gnu-social.git

Minor adjustment for error/success styles in default stylesheet
---

diff --git a/theme/default/css/display.css b/theme/default/css/display.css
index e240f255fe..42e29374f1 100644
--- a/theme/default/css/display.css
+++ b/theme/default/css/display.css
@@ -113,10 +113,10 @@ background-color:rgba(255, 255, 255, 0.7);
 }
 
 
-#page_notice .error {
+.error {
 background-color:#F7E8E8;
 }
-#page_notice .success {
+.success {
 background-color:#EFF3DC;
 }