summaryrefslogtreecommitdiff
path: root/theme/shiny/css/ie.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/shiny/css/ie.css')
-rw-r--r--theme/shiny/css/ie.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/theme/shiny/css/ie.css b/theme/shiny/css/ie.css
new file mode 100644
index 000000000..ca6c09d44
--- /dev/null
+++ b/theme/shiny/css/ie.css
@@ -0,0 +1,9 @@
+/* IE specific styles */
+
+#wrap {
+ background-color: #c9c9c9;
+}
+
+#aside_primary .section {
+ background-color: #c9c9c9;
+}