summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@plantard.controlezvous.ca>2009-02-01 18:09:56 +0000
committerSarven Capadisli <csarven@plantard.controlezvous.ca>2009-02-01 18:09:56 +0000
commitb363233c2d57f079701c68276f87d0e4f7d0e9a7 (patch)
treec4d1fb8719af7d1791da4defc75f45e5524f4ea0 /theme
parentadd0b7f329d444f747ee7aca04cea94db8791b69 (diff)
Moved theme rules from base to identica stylesheet
Diffstat (limited to 'theme')
-rw-r--r--theme/identica/css/ie.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/theme/identica/css/ie.css b/theme/identica/css/ie.css
new file mode 100644
index 000000000..2f463bb44
--- /dev/null
+++ b/theme/identica/css/ie.css
@@ -0,0 +1,9 @@
+/* IE specific styles */
+
+.notice-options input.submit {
+color:#fff;
+}
+
+#site_nav_local_views a {
+background-color:#D0DFE7;
+}