From 4e3bb5f351612779bc18684c5b93bc734b9bc42c Mon Sep 17 00:00:00 2001 From: hellekin Date: Sat, 7 Apr 2018 12:24:03 +0200 Subject: Fixing the toggle category bug (fixes #5) --- assets/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/style.css b/assets/css/style.css index 0c6a7fb..205a825 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -57,6 +57,7 @@ body > aside > nav > ul h3 { body > aside > nav > ul h3 span { position: relative; border: 0.4rem solid #0009; + border-style: solid; /* Chrome up to 61 #5 */ display: inline-block; float: right; width: 0.5rem; -- cgit v1.2.3