diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2015-04-14 13:03:26 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2015-04-14 13:03:26 -0300 |
commit | e339b4228ad8dadf37f52e6d87421da3c35d832a (patch) | |
tree | b44786265eb7164568fc14e8960b8aa110fe5016 | |
parent | 192ff8feaafbf4280e71dfdaf0b4c219dd40926a (diff) |
Making the logo also toggle the sidenav
-rw-r--r-- | web-ui/app/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/index.html b/web-ui/app/index.html index e14fa70e..cbdae267 100644 --- a/web-ui/app/index.html +++ b/web-ui/app/index.html @@ -20,7 +20,7 @@ <div class="off-canvas-wrap move-right menu" data-offcanvas> <div class="inner-wrap"> <section id="left-pane" class="left-off-canvas-menu"> - <a class="left-off-canvas-logo" href="#"> + <a class="left-off-canvas-logo side-nav-toggle" href="#"> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="30.4 316.8 555.2 155.2" enable-background="new 30.4 316.8 555.2 155.2" xml:space="preserve"> <g> |