Added class on lessons sub-menu item to indicate active lesson.
This commit is contained in:
@ -166,7 +166,7 @@
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="whatisrest.html">What Is REST?</a></li>
|
||||
<li><a href="restquicktips.html">REST Quick Tips</a></li>
|
||||
<li><a href="httpmethods.html">HTTP Methods</a></li>
|
||||
<li class="active"><a href="httpmethods.html">HTTP Methods</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="../httpstatuscodes.html">HTTP Status Codes</a></li>
|
||||
|
||||
@ -87,7 +87,7 @@
|
||||
<li class="dropdown active" id="api-school"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials<b class="caret"></b></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="whatisrest.html">What Is REST?</a></li>
|
||||
<li><a href="restquicktips.html">REST Quick Tips</a></li>
|
||||
<li class="active"><a href="restquicktips.html">REST Quick Tips</a></li>
|
||||
<li><a href="httpmethods.html">HTTP Methods</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
@ -75,7 +75,7 @@
|
||||
<li><a href="../index.html">Home</a></li>
|
||||
<li class="dropdown active" id="api-school"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials<b class="caret"></b></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="whatisrest.html">What Is REST?</a></li>
|
||||
<li class="active"><a href="whatisrest.html">What Is REST?</a></li>
|
||||
<li><a href="restquicktips.html">REST Quick Tips</a></li>
|
||||
<li><a href="httpmethods.html">HTTP Methods</a></li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user