diff options
author | 2018-05-02 15:13:54 +0100 | |
---|---|---|
committer | 2018-05-02 15:13:54 +0100 | |
commit | caa2ad7f4ddd6d69f053cf8fc41df8739bd2d003 (patch) | |
tree | aecddd02a79b30569bc85bda904b498fe3b0f619 /static | |
parent | [Wiki] Implement page deletions and improve sidebar construction (diff) |
[Wiki] 7rem wasn't quite enough for the sidebar
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index fd182b03..ab910acc 100644 --- a/static/style.css +++ b/static/style.css @@ -140,7 +140,7 @@ img.navbar-logo { } #wiki-nav .uk-nav-divider { - min-width: 7rem; + min-width: 7.1rem; } /* Resource page styling */ |