diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-05-24 18:41:12 -0400 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-05-24 18:41:12 -0400 |
commit | 69f9bce276d86538c176e0c26e734ba694119864 (patch) | |
tree | 1617c5ef67d16c917b6f09b30e66da43f1939b3f /theme/default/css/display.css | |
parent | b0a891e92b55ea6d3323e8efe528f46afda7c1fc (diff) | |
parent | 07dabe7889c566e1cd73c8e4c6b7b84af77e5b9f (diff) |
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
Diffstat (limited to 'theme/default/css/display.css')
-rw-r--r-- | theme/default/css/display.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/theme/default/css/display.css b/theme/default/css/display.css index bc6bd2ee4..737db7ce9 100644 --- a/theme/default/css/display.css +++ b/theme/default/css/display.css @@ -214,16 +214,16 @@ background-color:#fcfcfc; } .notices .notices { -background-color:rgba(200, 200, 200, 0.025); +background-color:rgba(200, 200, 200, 0.050); } .notices .notices .notices { -background-color:rgba(200, 200, 200, 0.050); +background-color:rgba(200, 200, 200, 0.100); } .notices .notices .notices .notices { -background-color:rgba(200, 200, 200, 0.075); +background-color:rgba(200, 200, 200, 0.150); } .notices .notices .notices .notices .notices { -background-color:rgba(200, 200, 200, 0.100); +background-color:rgba(200, 200, 200, 0.300); } /*END: NOTICES */ |