mirror of https://github.com/ColorlibHQ/gentelella
Inconsistency in the <li> tags for the multilevel view
I only fixed it in index.html to demonstrate the minor fix but it should be fixed in every page (The first tag wasn't closed and formatting was different from all your other sidebar levelspull/181/head
parent
6f90d7cc13
commit
c686c204f6
|
@ -131,19 +131,15 @@
|
|||
</li>
|
||||
<li><a><i class="fa fa-sitemap"></i> Multilevel Menu <span class="fa fa-chevron-down"></span></a>
|
||||
<ul class="nav child_menu">
|
||||
<li><a href="#level1_1">Level One</a>
|
||||
<li><a href="#level1_1">Level One</a></li>
|
||||
<li><a>Level One<span class="fa fa-chevron-down"></span></a>
|
||||
<ul class="nav child_menu">
|
||||
<li class="sub_menu"><a href="level2.html">Level Two</a>
|
||||
</li>
|
||||
<li><a href="#level2_1">Level Two</a>
|
||||
</li>
|
||||
<li><a href="#level2_2">Level Two</a>
|
||||
</li>
|
||||
<li class="sub_menu"><a href="level2.html">Level Two</a></li>
|
||||
<li><a href="#level2_1">Level Two</a></li>
|
||||
<li><a href="#level2_2">Level Two</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#level1_2">Level One</a>
|
||||
</li>
|
||||
<li><a href="#level1_2">Level One</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="javascript:void(0)"><i class="fa fa-laptop"></i> Landing Page <span class="label label-success pull-right">Coming Soon</span></a></li>
|
||||
|
@ -1281,4 +1277,4 @@
|
|||
</script>
|
||||
<!-- /gauge.js -->
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue