diff options
author | Jakob Unterwurzacher | 2021-09-27 10:43:05 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2021-09-27 10:43:05 +0200 |
commit | 3de13f84b2adf3a7d65b867b2b370e0ebaf709d5 (patch) | |
tree | 2b9c308ec173502f21cfb929a4a75b87ee916f80 | |
parent | 7411af89872a35a36b9097e0ba7547026eb7fd5b (diff) |
Revert "Unbreak toc"
This reverts commit 7411af89872a35a36b9097e0ba7547026eb7fd5b.
-rw-r--r-- | gocryptfs-readthedocs/css/theme_extra.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gocryptfs-readthedocs/css/theme_extra.css b/gocryptfs-readthedocs/css/theme_extra.css index 32b9d3c..27f02db 100644 --- a/gocryptfs-readthedocs/css/theme_extra.css +++ b/gocryptfs-readthedocs/css/theme_extra.css @@ -302,11 +302,3 @@ 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; -} |