diff options
author | hellekin <hellekin@cepheide.org> | 2018-04-07 12:24:03 +0200 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2018-04-07 12:24:03 +0200 |
commit | 4e3bb5f351612779bc18684c5b93bc734b9bc42c (patch) | |
tree | 897cbcef2662ea67446cea647329c681fb331bb7 /assets | |
parent | a5888ab4fa2244ee336471772d5336c124660db5 (diff) | |
download | wallonie-demain-proto-4e3bb5f351612779bc18684c5b93bc734b9bc42c.tar.gz |
Fixing the toggle category bug (fixes #5)
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; |