diff options
author | Evan Prodromou <evan@status.net> | 2010-09-23 11:07:25 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-09-23 11:07:25 -0400 |
commit | 2006ced30a710cf732856b6e7f5fa464fc3767dd (patch) | |
tree | 2dbc24b9301ae245c612566016d2e21d783c8e84 /theme/shiny/css/ie.css | |
parent | 0f1fc36a05c8d858827718255bef20e8d0c0d3f6 (diff) | |
parent | a2bfcc9734f5fc699961fd5fe63daf42f099e99b (diff) |
Merge branch '0.9.x'
Diffstat (limited to 'theme/shiny/css/ie.css')
-rw-r--r-- | theme/shiny/css/ie.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/theme/shiny/css/ie.css b/theme/shiny/css/ie.css new file mode 100644 index 000000000..ca6c09d44 --- /dev/null +++ b/theme/shiny/css/ie.css @@ -0,0 +1,9 @@ +/* IE specific styles */ + +#wrap { + background-color: #c9c9c9; +} + +#aside_primary .section { + background-color: #c9c9c9; +} |