Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matcornic/hugo-theme-learn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHelder Pereira <helfper@gmail.com>2021-03-16 20:28:19 +0300
committerGitHub <noreply@github.com>2021-03-16 20:28:19 +0300
commitf5f91e39fa2ef27cb2e86f7fdafeff4c23c3098a (patch)
tree7b8f86c1f55de804288d9630242fda2eff7aca27 /static
parent0b5bb6e7b3a53f36872bc49e7c40da999eda02c0 (diff)
Fix TOC indentation (#479)
Diffstat (limited to 'static')
-rw-r--r--static/css/hugo-theme.css19
1 files changed, 3 insertions, 16 deletions
diff --git a/static/css/hugo-theme.css b/static/css/hugo-theme.css
index 741cab1..ae1fe79 100644
--- a/static/css/hugo-theme.css
+++ b/static/css/hugo-theme.css
@@ -6,33 +6,20 @@
.progress ul {
list-style: none;
margin: 0;
- padding: 0 5px;
+ padding: 0 15px;
}
#TableOfContents {
font-size: 13px !important;
max-height: 85vh;
overflow: auto;
- padding: 15px !important;
+ padding: 15px 5px !important;
}
-
-#TableOfContents > ul > li > ul > li > ul li {
- margin-right: 8px;
-}
-
-#TableOfContents > ul > li > a {
- font-weight: bold; padding: 0 18px; margin: 0 2px;
-}
-
-#TableOfContents > ul > li > ul > li > a {
+#TableOfContents > ul > li > a {
font-weight: bold;
}
-#TableOfContents > ul > li > ul > li > ul > li > ul > li > ul > li {
- display: none;
-}
-
body {
font-size: 16px !important;
color: #323232 !important;