diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-07 21:02:47 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-07 21:02:47 +0000 |
commit | 658462ce855e5ce4325c1b7233dc83b10b14cced (patch) | |
tree | d6554165cb5b438bc19fcf841890ea0fed0f9ee6 /theme/identica/css | |
parent | c42995e3a2d4bd93881ffd5d3bfea4f6ce427d0a (diff) |
Markup and styles for search help and errors
Diffstat (limited to 'theme/identica/css')
-rw-r--r-- | theme/identica/css/display.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index 893942031..8edb005a6 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/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; } |