diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-05-10 23:14:42 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-05-10 23:14:42 +0000 |
commit | 8fc8eaa1b6199d74f0e17197650c6316b4594203 (patch) | |
tree | 912139aab0ebe6071f57918d25a4779da622d3d4 /theme/biz/css/ie.css | |
parent | 9a566c51cdda646804caf88578d657a9c643fe3c (diff) |
Init biz theme
Design is similar (inspired) to http://drupal.org/project/acquia_marina Two of
the background illustrations are reused.
Diffstat (limited to 'theme/biz/css/ie.css')
-rw-r--r-- | theme/biz/css/ie.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/theme/biz/css/ie.css b/theme/biz/css/ie.css new file mode 100644 index 000000000..2f463bb44 --- /dev/null +++ b/theme/biz/css/ie.css @@ -0,0 +1,9 @@ +/* IE specific styles */ + +.notice-options input.submit { +color:#fff; +} + +#site_nav_local_views a { +background-color:#D0DFE7; +} |