mirror of https://github.com/ColorlibHQ/AdminLTE
Updated links to display sidebar mini properly
parent
fb77d2171c
commit
7516fece64
18
starter.html
18
starter.html
|
@ -46,8 +46,8 @@ scratch. This page gets rid of all links and provides the needed markup only.
|
|||
| | layout-boxed |
|
||||
| | layout-top-nav |
|
||||
| | sidebar-collapse |
|
||||
| | sidebar-mini |
|
||||
|---------------------------------------------------------|
|
||||
|
||||
-->
|
||||
<body class="skin-blue sidebar-mini">
|
||||
<div class="wrapper">
|
||||
|
@ -56,7 +56,12 @@ scratch. This page gets rid of all links and provides the needed markup only.
|
|||
<header class="main-header">
|
||||
|
||||
<!-- Logo -->
|
||||
<a href="index2.html" class="logo"><b>Admin</b>LTE</a>
|
||||
<a href="index2.html" class="logo">
|
||||
<!-- mini logo for sidebar mini 50x50 pixels -->
|
||||
<span class="logo-mini"><b>A</b>LT</span>
|
||||
<!-- logo for regular state and mobile devices -->
|
||||
<span class="logo-lg"><b>Admin</b>LTE</span>
|
||||
</a>
|
||||
|
||||
<!-- Header Navbar -->
|
||||
<nav class="navbar navbar-static-top" role="navigation">
|
||||
|
@ -235,10 +240,10 @@ scratch. This page gets rid of all links and provides the needed markup only.
|
|||
<ul class="sidebar-menu">
|
||||
<li class="header">HEADER</li>
|
||||
<!-- Optionally, you can add icons to the links -->
|
||||
<li class="active"><a href="#"><span>Link</span></a><</li>
|
||||
<li><a href="#"><span>Another Link</span></a></li>
|
||||
<li class="active"><a href="#"><i class='fa fa-link'></i> <span>Link</span></a></li>
|
||||
<li><a href="#"><i class='fa fa-link'></i> <span>Another Link</span></a></li>
|
||||
<li class="treeview">
|
||||
<a href="#"><span>Multilevel</span> <i class="fa fa-angle-left pull-right"></i></a>
|
||||
<a href="#"><i class='fa fa-link'></i> <span>Multilevel</span> <i class="fa fa-angle-left pull-right"></i></a>
|
||||
<ul class="treeview-menu">
|
||||
<li><a href="#">Link in level 2</a></li>
|
||||
<li><a href="#">Link in level 2</a></li>
|
||||
|
@ -294,6 +299,7 @@ scratch. This page gets rid of all links and provides the needed markup only.
|
|||
|
||||
<!-- Optionally, you can add Slimscroll and FastClick plugins.
|
||||
Both of these plugins are recommended to enhance the
|
||||
user experience -->
|
||||
user experience. Slimscroll is required when using the
|
||||
fixed layout. -->
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue