mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
update the subnav on all pages
This commit is contained in:
+8
-6
@@ -67,12 +67,14 @@
|
||||
<header class="jumbotron subhead" id="overview">
|
||||
<h1>Using LESS with Bootstrap</h1>
|
||||
<p class="lead">Customize and extend Bootstrap with <a href="http://lesscss.org" target="_blank">LESS</a>, a CSS preprocessor, to take advantage of the variables, mixins, and more used to build Bootstrap's CSS.</p>
|
||||
<ul class="nav pills">
|
||||
<li><a href="./less.html#builtWith">Built with Less</a></li>
|
||||
<li><a href="./less.html#variables">Variables</a></li>
|
||||
<li><a href="./less.html#mixins">Mixins</a></li>
|
||||
<li><a href="./less.html#compiling">Compiling Bootstrap</a></li>
|
||||
</ul>
|
||||
<div class="subnav">
|
||||
<ul class="nav pills">
|
||||
<li><a href="./less.html#builtWith">Built with Less</a></li>
|
||||
<li><a href="./less.html#variables">Variables</a></li>
|
||||
<li><a href="./less.html#mixins">Mixins</a></li>
|
||||
<li><a href="./less.html#compiling">Compiling Bootstrap</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user