diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-02-26 23:21:06 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-02-26 23:25:26 -0500 |
| commit | 106cebec65e8b6a623bec2fff29a87c2932fa4dc (patch) | |
| tree | 8c38145d998509046c35f122f8f184ca0d7cdee5 /src/scss/ie/ie6.scss | |
| parent | make the header logo a clickable link to home (diff) | |
| download | website-106cebec65e8b6a623bec2fff29a87c2932fa4dc.tar.gz website-106cebec65e8b6a623bec2fff29a87c2932fa4dc.tar.bz2 website-106cebec65e8b6a623bec2fff29a87c2932fa4dc.zip | |
update css to not using box-sizing
Diffstat (limited to 'src/scss/ie/ie6.scss')
| -rw-r--r-- | src/scss/ie/ie6.scss | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/src/scss/ie/ie6.scss b/src/scss/ie/ie6.scss deleted file mode 100644 index a443956..0000000 --- a/src/scss/ie/ie6.scss +++ /dev/null @@ -1,41 +0,0 @@ -/* IE 6 and 7 Only */ - -@import "../variables"; - -/** - * IE5 and below seem to look fine without boxsizing - * additions, its only the jump to IE5 where things seem - * to start breaking and thus this is needed - */ - -* { - behavior: url(boxsizing.htc); -} - -/** - * Fix homepage margin near footer, only caused - * by the boxsizing i think - */ -body { - #main { - .col { - - &div.left { - margin-bottom: $inner-gap; - } - - &div.right { - margin-top: $inner-gap; - } - - } - } - - div#contact { - margin-bottom: 0; - } - - div#footer { - margin-top: $inner-gap; - } -} |