Simplify contents sidebar styles and markup

This commit is contained in:
2026-03-23 13:40:55 +08:00
parent f226f440a5
commit 742d06f3c7
2 changed files with 8 additions and 20 deletions
+1 -2
View File
@@ -10,8 +10,7 @@ $partial("templates/head.html")$
<!-- A table of contents on the left side, but only for screens
that are big enough -->
<div id="contents-big">
<p class="mini-header">Notes <a id="up-arrow" href="/"></a></p>
<p class="mini-header">Contents <a id="up-arrow" href="#"></a></p>
<p class="mini-header"> <a href="#">Contents</a></p>
<div class="toc-scroll">
$toc$
</div>