diff options
author | Jakob Unterwurzacher | 2021-09-27 10:35:38 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2021-09-27 10:35:38 +0200 |
commit | 7411af89872a35a36b9097e0ba7547026eb7fd5b (patch) | |
tree | d3d55cd581102f7775918c0f951500f7c60a67b6 | |
parent | 33554d3f7c24065200f79be65384e4444c6d6cd1 (diff) |
Unbreak toc
-rw-r--r-- | gocryptfs-readthedocs/css/theme_extra.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gocryptfs-readthedocs/css/theme_extra.css b/gocryptfs-readthedocs/css/theme_extra.css index 27f02db..32b9d3c 100644 --- a/gocryptfs-readthedocs/css/theme_extra.css +++ b/gocryptfs-readthedocs/css/theme_extra.css @@ -302,3 +302,11 @@ body { /* default is a dark gray. Let's have better contrast. */ color: black; } + +/* this enables having multiple links in one line. JU 2021-09-27 */ +.wy-menu-vertical a { + display: inline; +} +.wy-menu-vertical id { + padding: 0.4045em 1.618em; +} |