ref: ffe9b9d928d1b6990a0e387cb39cbcbb77e4aaea
parent: 94e7ee458b155b1cc6b5c82f0261ce46633aaec6
author: sirjofri <sirjofri@sirjofri.de>
date: Wed Feb 4 04:44:04 EST 2026
adjusts style: remove per-page toc
--- a/common/style.css
+++ b/common/style.css
@@ -6,18 +6,6 @@
background: linear-gradient(to right, #ffff 20%, #fffd), url("/common/allover.png") center fixed;background-size: cover;
}
-body > ul:first-of-type {- display: block;
- border: solid 1px #ccc;
- padding: 5px;
- list-style-type: none;
-}
-body > ul:first-of-type > li ul {- margin: 10px 0px;
-}
-body > ul:first-of-type ul li {- padding: 5px 0px;
-}
body > p:first-of-type,
body > p:last-of-type {display: block;
@@ -107,7 +95,6 @@
}
body > p:first-of-type,
body > p:last-of-type,
-body > ul:first-of-type,
pre:has(code) {border-color: #777;
}
--
⑨