diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-02-27 09:34:13 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-02-27 09:34:13 -0500 |
| commit | cc2f3c12f3af4a4f8de1a1d0647a8e98a6d62dce (patch) | |
| tree | 92a497ea51d48e4d731a11a327dea3688b378b27 /src/scss | |
| parent | fixup css (diff) | |
| download | website-cc2f3c12f3af4a4f8de1a1d0647a8e98a6d62dce.tar.gz website-cc2f3c12f3af4a4f8de1a1d0647a8e98a6d62dce.tar.bz2 website-cc2f3c12f3af4a4f8de1a1d0647a8e98a6d62dce.zip | |
fix some broken css on ie6, make john use http if on http
Diffstat (limited to 'src/scss')
| -rw-r--r-- | src/scss/main.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/scss/main.scss b/src/scss/main.scss index 3cf410f..3a3a149 100644 --- a/src/scss/main.scss +++ b/src/scss/main.scss @@ -193,8 +193,9 @@ body, @include display-table($inner-gap); li { + float: left; @include display-table-cell; - padding: $inner-gap / 2; + padding: $inner-gap; a { @include text-decoration(none); @@ -272,6 +273,7 @@ body, #header .content #nav { li { display: block; + float: none; } } } |