diff options
author | git-marijus <mario@mariovavti.com> | 2017-07-27 20:47:07 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2017-07-27 20:47:49 +0200 |
commit | 53570de5a3585193089bf00c421e4b9c9059e139 (patch) | |
tree | 321453fe01c3a188c227533f7e2d603ee1d24f41 | |
parent | 1376e59d002a7adf84f363d00c46e5db783d5b66 (diff) | |
download | volse-hubzilla-53570de5a3585193089bf00c421e4b9c9059e139.tar.gz volse-hubzilla-53570de5a3585193089bf00c421e4b9c9059e139.tar.bz2 volse-hubzilla-53570de5a3585193089bf00c421e4b9c9059e139.zip |
remove borders from navbar toggler
-rwxr-xr-x | view/tpl/nav.tpl | 2 |
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> |