diff options
| author | Taylan Kammer <taylan.kammer@gmail.com> | 2026-06-03 00:06:36 +0200 |
|---|---|---|
| committer | Taylan Kammer <taylan.kammer@gmail.com> | 2026-06-03 00:06:36 +0200 |
| commit | c734c0d1e32748b1bac89c93d3e598b908a2224e (patch) | |
| tree | 82154931beb91006a120df5b027fb77798d44cac /html/style.css | |
| parent | dca76cd7955573cc537933c7beb93d2d9ee2b1d2 (diff) | |
Improve DOC TOC situation.
Diffstat (limited to 'html/style.css')
| -rw-r--r-- | html/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/style.css b/html/style.css index d5c2610..e21a94b 100644 --- a/html/style.css +++ b/html/style.css @@ -10,7 +10,7 @@ body { } @media screen and (max-width:960px) { - body > ul:first-of-type { + body > ul:first-child { display: none; } } @@ -19,7 +19,7 @@ body { body { margin-left: 260px; } - body > ul:first-of-type { + body > ul:first-child { position: fixed; margin-left: -280px; margin-top: 82px; |
