summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-07-26 12:51:14 +0300
committerAndrew Dolgov <[email protected]>2017-07-26 12:51:14 +0300
commit33c48998aa0c98c8ed060bfbe7d2f49cc544aab9 (patch)
tree8da49e82157b880d972726575619346d048c027f /css
parenta4da70129e8c1a8a674009c3095b22cf8deb563b (diff)
support one level of nesting in TOC
Diffstat (limited to 'css')
-rw-r--r--css/read.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/read.css b/css/read.css
index 5ec73db..a52c31d 100644
--- a/css/read.css
+++ b/css/read.css
@@ -122,3 +122,6 @@ body.night .loading {
overflow : auto;
}
+.toc_sublist {
+ margin-left : 16px;
+}