2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Restore gallery page, add active nav class jankitude, auto regenerate docs on file save

This commit is contained in:
Mark Otto
2013-02-13 11:48:22 -08:00
parent e45f12ad42
commit b57c20a057
12 changed files with 493 additions and 57 deletions
+12 -8
View File
@@ -7,8 +7,9 @@
<meta name="author" content="">
<title>
JavaScript plugins &middot;
Bootstrap
JavaScript plugins &middot; Bootstrap
</title>
<!-- Bootstrap core CSS -->
@@ -57,24 +58,27 @@
<a class="brand" href="/">Bootstrap</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="">
<li >
<a href="/">Home</a>
</li>
<li class="">
<li >
<a href="/getting-started">Get started</a>
</li>
<li class="">
<li >
<a href="/css">CSS</a>
</li>
<li class="">
<li >
<a href="/components">Components</a>
</li>
<li class="">
<li class="active">
<a href="/javascript">JavaScript</a>
</li>
<li class="">
<li >
<a href="/customize">Customize</a>
</li>
<li >
<a href="/gallery">Gallery</a>
</li>
</ul>
</div>
</div>