summaryrefslogtreecommitdiff
path: root/theme/pigeonthoughts/css/ie.css
diff options
context:
space:
mode:
authorRobin Millette <millette@controlyourself.ca>2009-05-13 14:30:03 -0400
committerRobin Millette <millette@controlyourself.ca>2009-05-13 14:30:03 -0400
commit2e394ef47ce2f069e331c24586cda13bc34413aa (patch)
treed522c115bbd97f4dc8421138426294e6559307b8 /theme/pigeonthoughts/css/ie.css
parent3b7ee5a5f9a2cd3066aff8a7a12d09878be3b06c (diff)
parentd8e49a21745bfde9a18a6d6e1047decc3c7e356f (diff)
Merge branch '0.8.x' of git://gitorious.org/laconica/dev into links
Diffstat (limited to 'theme/pigeonthoughts/css/ie.css')
-rw-r--r--theme/pigeonthoughts/css/ie.css9
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;
+}