diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-05-11 04:04:56 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-05-11 04:04:56 +0000 |
commit | 251fd2c232d96ea09db971a6608231c679395c01 (patch) | |
tree | c10da8381598667eb974e37d2a4c6ed058a472ce /theme/pigeonthoughts/css/ie.css | |
parent | 8fc8eaa1b6199d74f0e17197650c6316b4594203 (diff) |
Init pigeon thoughts theme.
Inspired by
http://csarven.ca/labs/csszengarden.com/pigeon-thoughts/zengarden-sample.html
Diffstat (limited to 'theme/pigeonthoughts/css/ie.css')
-rw-r--r-- | theme/pigeonthoughts/css/ie.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/theme/pigeonthoughts/css/ie.css b/theme/pigeonthoughts/css/ie.css new file mode 100644 index 000000000..2f463bb44 --- /dev/null +++ b/theme/pigeonthoughts/css/ie.css @@ -0,0 +1,9 @@ +/* IE specific styles */ + +.notice-options input.submit { +color:#fff; +} + +#site_nav_local_views a { +background-color:#D0DFE7; +} |