Minor adjustment for error/success styles in default stylesheet

This commit is contained in:
Sarven Capadisli 2009-04-07 21:04:24 +00:00
parent 658462ce85
commit 5dfc09d9d2
1 changed files with 2 additions and 2 deletions

View 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;
}