Fix CSS for help page content list in sidebar.

This commit is contained in:
www-data
2017-08-03 01:52:43 +00:00
committed by Andrew Manning
parent 4ea4a036ef
commit ba62f14482
2 changed files with 9 additions and 0 deletions

View File

@@ -19,3 +19,11 @@
#doco-top-toc li {
padding: 3px 0px;
}
#doco-side-toc li {
padding-left: 10px;
}
#doco-side-toc {
padding-top: 10px;
}