diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-28 18:39:30 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-01-28 19:36:58 +0100 |
commit | 171c97f17eecb3165d6ac088fece15a56f7c9914 (patch) | |
tree | e0a5962b305ff89d5e0a34eb5218cb144e23948e /theme/biz/css/display.css | |
parent | 1e8b14d24b8ef748b4451322b7ff68aaa1f00eae (diff) |
Update to aside styles in biz theme
Diffstat (limited to 'theme/biz/css/display.css')
-rw-r--r-- | theme/biz/css/display.css | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/theme/biz/css/display.css b/theme/biz/css/display.css index 7768d5146..f133ac30b 100644 --- a/theme/biz/css/display.css +++ b/theme/biz/css/display.css @@ -138,10 +138,22 @@ color:#002FA7; color:#87B4C8; } + + .notice, -.profile { -border-top-color:#CEE1E9; +.profile, +.application, +#content tbody tr { +border-top-color:#C8D1D5; +} +.mark-top { +border-color:#AAAAAA; } + +#aside_primary { +background-color:#144A6E; +} + .section .profile { border-top-color:#87B4C8; } |