diff options
| author | Mirek Kratochvil <exa.exa@gmail.com> | 2023-06-18 22:11:01 +0200 |
|---|---|---|
| committer | Mirek Kratochvil <exa.exa@gmail.com> | 2023-06-18 22:11:01 +0200 |
| commit | 6cd0b9f6631d14f66c4b994771dee60ef74b270c (patch) | |
| tree | 68b144c0b2b13543dad8d40df1a62f9e06b6c0b1 /assets | |
| parent | 8fd47d38bb4c3dead49600f93f5345c0b06a6fec (diff) | |
| download | reploy-6cd0b9f6631d14f66c4b994771dee60ef74b270c.tar.gz reploy-6cd0b9f6631d14f66c4b994771dee60ef74b270c.tar.bz2 | |
configurable tocs
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/style.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/assets/style.css b/assets/style.css index a68c227..2da9e59 100644 --- a/assets/style.css +++ b/assets/style.css @@ -122,7 +122,7 @@ blockquote { } .sidebox ul { - padding-left: 0em; + padding-left: 1em; list-style-type: none; margin: 0; margin-bottom: 0.5em; @@ -132,11 +132,18 @@ blockquote { text-align: right; } + li.sidebox-tag { padding-left: 1em; text-indent: -1em; } +.sidebox-toc a { + display: inline-block; + padding-left: 1em; + text-indent: -1em; +} + /* search form and related stuff */ .search-form-wrap { @@ -370,7 +377,6 @@ main { } .sidebox-values { - padding-left: 1em; margin-bottom: 1em; font-size: 80%; } |
