mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 19:59:18 -08:00
Fix my git terrribleness.
This commit is contained in:
parent
c7e695d3fe
commit
37b416d5c7
|
@ -62,14 +62,6 @@
|
|||
.nav::after {
|
||||
clear: none;
|
||||
}
|
||||
.left-navblock,
|
||||
.main-header .logo {
|
||||
width:100%;
|
||||
left-margin: auto;
|
||||
right-margin: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
}
|
||||
</style>
|
||||
|
||||
|
@ -357,14 +349,13 @@
|
|||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
<a href="#" style="float:left" class="sidebar-toggle-mobile visible-xs btn" data-toggle="offcanvas" role="button">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<i class="fa fa-bars"></i>
|
||||
</a>
|
||||
<!-- Sidebar toggle button-->
|
||||
</header>
|
||||
<li >
|
||||
<a href="#" style="float:left" class="sidebar-toggle-mobile visible-xs btn" data-toggle="offcanvas" role="button">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<i class="fa fa-bars"></i>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<!-- Left side column. contains the logo and sidebar -->
|
||||
<aside class="main-sidebar">
|
||||
<!-- sidebar: style can be found in sidebar.less -->
|
||||
|
|
Loading…
Reference in a new issue