summaryrefslogtreecommitdiff
path: root/src/scss/ie/ie4.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/scss/ie/ie4.scss')
-rw-r--r--src/scss/ie/ie4.scss16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/scss/ie/ie4.scss b/src/scss/ie/ie4.scss
new file mode 100644
index 0000000..e2335a7
--- /dev/null
+++ b/src/scss/ie/ie4.scss
@@ -0,0 +1,16 @@
+/* IE 4 Only */
+
+@import "../variables";
+
+/**
+ * Display inner block does not seem to work on thead
+ * li elements in IE4, so just make the list vertical
+ */
+
+#header {
+ #nav li {
+ padding: 0px !important;
+ margin: 0px !important;
+ margin-top: $inner-gap;
+ }
+}