aboutsummaryrefslogtreecommitdiff
path: root/html/template.html
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2021-03-27 20:29:08 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2021-03-27 20:29:08 +0100
commit3eb23eb5fb2642c4e6315c080f82e1d17e104617 (patch)
treea41073e5cd42ef752885da06276a69c9ecf2b9e6 /html/template.html
parent3e5d46db0c52d5ba452cefc44bb038a05405edf3 (diff)
downloadmuhqs-game-3eb23eb5fb2642c4e6315c080f82e1d17e104617.tar.gz
muhqs-game-3eb23eb5fb2642c4e6315c080f82e1d17e104617.zip
[html] reduce left padding of <ul> in our sidebars
Diffstat (limited to 'html/template.html')
-rw-r--r--html/template.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/template.html b/html/template.html
index d9a9ee1e..d23913a1 100644
--- a/html/template.html
+++ b/html/template.html
@@ -227,7 +227,7 @@ $if(toc)$
}
.sidebar ul {
- padding-left: 10px;
+ padding-left: 7px;
}
$endif$
</style>