diff options
| author | Gabriel Albo <gabriel@albo.com.br> | 2015-03-02 17:14:01 -0300 | 
|---|---|---|
| committer | Gabriel Albo <gabriel@albo.com.br> | 2015-03-02 17:14:01 -0300 | 
| commit | 9ced33e166c4005a9ee3d3ee57a4f2d14f39ac43 (patch) | |
| tree | 0caea79d4d851083e2cb1e269482259860c3e7f0 /web-ui/app/index.html | |
| parent | 1b4eb33206101403b0d2929f6e4ddc99ad4372da (diff) | |
Fixing the sidenav close toggle
Diffstat (limited to 'web-ui/app/index.html')
| -rw-r--r-- | web-ui/app/index.html | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/web-ui/app/index.html b/web-ui/app/index.html index 395be98d..8804ac9c 100644 --- a/web-ui/app/index.html +++ b/web-ui/app/index.html @@ -60,9 +60,9 @@    </header>    <div class="inner-wrap"> +    <a class="left-off-canvas-toggle" href="#"> +    </a>      <article id='middle-pane-container' class="small-5 medium-5 large-5 columns no-padding"> -      <a class="left-off-canvas-toggle" href="#"> -      </a>        <section id="top-pane" class="small-12 large-12 no-padding">          <div id="compose-search-trigger">            <div id="compose" class="column small-12 large-4 no-padding">  | 
