diff options
author | ng0 <ng0@n0.is> | 2019-02-24 02:33:36 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-02-24 02:33:36 +0000 |
commit | 890b3982e97894430864252a0f56c2e1a04aac22 (patch) | |
tree | 61c3efdc5a7e4b55223e47320b9e25496154e0b0 | |
parent | 39a5c4d6347c2ffcd4f023ae5b5a91aee1f36553 (diff) | |
download | www-890b3982e97894430864252a0f56c2e1a04aac22.tar.gz www-890b3982e97894430864252a0f56c2e1a04aac22.zip |
noscript nav
-rw-r--r-- | common/navigation.j2.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc index c9cbb1a4..1308933f 100644 --- a/common/navigation.j2.inc +++ b/common/navigation.j2.inc | |||
@@ -7,6 +7,14 @@ | |||
7 | </ul> | 7 | </ul> |
8 | </div> | 8 | </div> |
9 | --> | 9 | --> |
10 | <noscript> | ||
11 | <style> | ||
12 | .collapse | ||
13 | { | ||
14 | display: block; | ||
15 | } | ||
16 | </style> | ||
17 | </noscript> | ||
10 | <nav class="navbar navbar-toggleable navbar-toggleable-md navbar-expand-md navbar-inverse navbar-dark fixed-top bg-dark"> | 18 | <nav class="navbar navbar-toggleable navbar-toggleable-md navbar-expand-md navbar-inverse navbar-dark fixed-top bg-dark"> |
11 | <a class="navbar-brand" href="index.html"> | 19 | <a class="navbar-brand" href="index.html"> |
12 | <!-- | 20 | <!-- |