aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-05-02 15:13:54 +0100
committerGravatar Gareth Coles <[email protected]>2018-05-02 15:13:54 +0100
commitcaa2ad7f4ddd6d69f053cf8fc41df8739bd2d003 (patch)
treeaecddd02a79b30569bc85bda904b498fe3b0f619
parent[Wiki] Implement page deletions and improve sidebar construction (diff)
[Wiki] 7rem wasn't quite enough for the sidebar
-rw-r--r--static/style.css2
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 */