summaryrefslogtreecommitdiff
path: root/theme/shiny/css/ie.css
diff options
context:
space:
mode:
authorSamantha Doherty <sammy@status.net>2010-09-23 10:50:45 -0400
committerSamantha Doherty <sammy@status.net>2010-09-23 10:50:45 -0400
commita2bfcc9734f5fc699961fd5fe63daf42f099e99b (patch)
tree66cd68c1cbfea14ddeeec5b34c158fbee32aa00a /theme/shiny/css/ie.css
parent5f409a0d7caa3b075657eef947deb7b62452b82d (diff)
Provisional versions of two new themes (plus new base).
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;
+}