]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Minor adjustment for error/success styles in default stylesheet
authorSarven Capadisli <csarven@controlyourself.ca>
Tue, 7 Apr 2009 21:04:24 +0000 (21:04 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Tue, 7 Apr 2009 21:04:24 +0000 (21:04 +0000)
theme/default/css/display.css

index e240f255fe97b70db85440cd90ec87fac197c383..42e29374f1c571c2bd6deb6e421aea271b7955f5 100644 (file)
@@ -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;
 }