]> git.proxmox.com Git - proxmox-backup.git/commitdiff
docs: html: adapt custom css
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 24 Sep 2020 17:43:57 +0000 (19:43 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 24 Sep 2020 17:44:00 +0000 (19:44 +0200)
highlighting the current chapter and some other small formatting
improvements

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
docs/custom.css

index 852fddbcd70d3dc463563d797822f34b068ed353..d8827d11dbebbb8405010371b2f248b60ebc46c1 100644 (file)
@@ -13,3 +13,22 @@ div.body img {
 pre {
     padding: 5px 10px;
 }
+
+li a.current {
+    font-weight: bold;
+    border-bottom: 1px solid #000;
+}
+ul li.toctree-l1 {
+    margin-top: 0.5em;
+}
+ul li.toctree-l1 > a {
+    color: #000;
+}
+
+div.sphinxsidebar form.search {
+    margin-bottom: 5px;
+}
+
+div.sphinxsidebar h3 {
+    width: 100%;
+}