summaryrefslogtreecommitdiff
path: root/src/scss/ie/ie.scss
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-09-26 14:53:10 -0400
committerFreya Murphy <freya@freyacat.org>2024-09-26 14:53:10 -0400
commit3d438647120d283373125b3eab4c26d28868d392 (patch)
treeb000c09f1e8c55f05596b624165cb1ba03c3f501 /src/scss/ie/ie.scss
parentupdate comment (diff)
downloadwebsite-3d438647120d283373125b3eab4c26d28868d392.tar.gz
website-3d438647120d283373125b3eab4c26d28868d392.tar.bz2
website-3d438647120d283373125b3eab4c26d28868d392.zip
ie5
Diffstat (limited to 'src/scss/ie/ie.scss')
-rw-r--r--src/scss/ie/ie.scss49
1 files changed, 49 insertions, 0 deletions
diff --git a/src/scss/ie/ie.scss b/src/scss/ie/ie.scss
new file mode 100644
index 0000000..bf8cc4f
--- /dev/null
+++ b/src/scss/ie/ie.scss
@@ -0,0 +1,49 @@
+/* IE 5-7 Styles */
+
+@import "../variables";
+
+#header {
+ .ie-nav {
+ margin-left: 90px;
+ }
+}
+
+#main {
+ .col {
+ display: block !important;
+ width: 100% !important;
+
+ &.left {
+ padding-right: 0 !important;
+ }
+
+ }
+
+ .section {
+ .heading {
+ background: $blue !important;
+ }
+ }
+
+ #post,
+ #writeup {
+ .posted {
+ margin-top: $inner-gap;
+ }
+ }
+
+ #comments {
+ #new_comment {
+ width: 400px;
+
+ #author,
+ #content {
+ width: 400px !important;
+ }
+ }
+ }
+
+ table {
+ behavior: url(boxsizing.htc);
+ }
+}