summaryrefslogtreecommitdiff
path: root/theme/default/css/ie.css
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-02-03 15:12:55 -0500
committerEvan Prodromou <evan@controlyourself.ca>2009-02-03 15:12:55 -0500
commit0356953cf853bf3bc9eda66f88b5ef4718683337 (patch)
treee23794c60c2d0ca28fc63fcc52cdb8a532fa1719 /theme/default/css/ie.css
parent22c806a15a957c300cb047cb42e8f5c49d47afa9 (diff)
parent0f2c43bd040437b3e40c706d7c3f4ba163e94a71 (diff)
Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk into 0.7.x
Diffstat (limited to 'theme/default/css/ie.css')
-rw-r--r--theme/default/css/ie.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/theme/default/css/ie.css b/theme/default/css/ie.css
new file mode 100644
index 000000000..2b06768ea
--- /dev/null
+++ b/theme/default/css/ie.css
@@ -0,0 +1,9 @@
+/* IE specific styles */
+
+.notice-options input.submit {
+color:#fff;
+}
+
+#site_nav_local_views a {
+background-color:#ACCCDA;
+}