diff options
author | Freya Murphy <freya@freyacat.org> | 2024-09-24 17:31:29 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-09-24 17:31:29 -0400 |
commit | 83a1fe244f94afc78f364956051f9e16a3141ed3 (patch) | |
tree | 5013eff5a2f2c635d735b8c2c15b0c676ec36aa7 /src/scss/main.scss | |
parent | update blog times, fix blog refs (diff) | |
download | website-83a1fe244f94afc78f364956051f9e16a3141ed3.tar.gz website-83a1fe244f94afc78f364956051f9e16a3141ed3.tar.bz2 website-83a1fe244f94afc78f364956051f9e16a3141ed3.zip |
fix ie6 support
Diffstat (limited to '')
-rw-r--r-- | src/scss/main.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/scss/main.scss b/src/scss/main.scss index d18cdc0..4face22 100644 --- a/src/scss/main.scss +++ b/src/scss/main.scss @@ -153,6 +153,8 @@ body { margin: 0 auto; @include display-table($inner-gap); + ul { padding: none;} + li { @include display-table-cell; float: left; @@ -238,6 +240,7 @@ body { .buttons { a, img { height: 30px; + text-decoration: none; } } } |