diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-02-28 13:23:42 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-02-28 13:23:42 +0100 |
commit | 360397b2ed849521638428a51b1bb1d68389ad4a (patch) | |
tree | f28cb1f33152c382caee75d44d90581225e7bf08 /view/tpl/nav.tpl | |
parent | fa944fc52646219d69f910d7cd4750db9c8f11bd (diff) | |
download | volse-hubzilla-360397b2ed849521638428a51b1bb1d68389ad4a.tar.gz volse-hubzilla-360397b2ed849521638428a51b1bb1d68389ad4a.tar.bz2 volse-hubzilla-360397b2ed849521638428a51b1bb1d68389ad4a.zip |
missing css class
Diffstat (limited to 'view/tpl/nav.tpl')
-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 fa47b477a..0581989ec 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -1,5 +1,5 @@ <div class="container-fluid"> - <div class="navbar-header"> + <div class="navbar-header dropdown"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse-2"> <span class="icon-bar"></span> <span class="icon-bar"></span> |