aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-07-27 20:47:07 +0200
committergit-marijus <mario@mariovavti.com>2017-07-27 20:47:49 +0200
commit53570de5a3585193089bf00c421e4b9c9059e139 (patch)
tree321453fe01c3a188c227533f7e2d603ee1d24f41
parent1376e59d002a7adf84f363d00c46e5db783d5b66 (diff)
downloadvolse-hubzilla-53570de5a3585193089bf00c421e4b9c9059e139.tar.gz
volse-hubzilla-53570de5a3585193089bf00c421e4b9c9059e139.tar.bz2
volse-hubzilla-53570de5a3585193089bf00c421e4b9c9059e139.zip
remove borders from navbar toggler
-rwxr-xr-xview/tpl/nav.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl
index c0b34bbe8..b9abf4d48 100755
--- a/view/tpl/nav.tpl
+++ b/view/tpl/nav.tpl
@@ -68,7 +68,7 @@
<i class="fa fa-exclamation-circle"></i>
</button>
{{/if}}
- <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-collapse-2">
+ <button class="navbar-toggler border-0" type="button" data-toggle="collapse" data-target="#navbar-collapse-2">
<i class="fa fa-bars"></i>
</button>
</div>