From c734c0d1e32748b1bac89c93d3e598b908a2224e Mon Sep 17 00:00:00 2001 From: Taylan Kammer Date: Wed, 3 Jun 2026 00:06:36 +0200 Subject: Improve DOC TOC situation. --- html/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html') 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; -- cgit v1.2.3