aboutsummaryrefslogtreecommitdiff
path: root/docs/templates/pages/base-css.mustache
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-23 15:17:32 -0800
committerJacob Thornton <[email protected]>2012-01-23 15:17:32 -0800
commitb4b1ef68398b68dcdfa29465d06cd76d6bf2c49d (patch)
treec833a8f3c5c41a4738a8901a86667a1f406cc7eb /docs/templates/pages/base-css.mustache
parent9a68f115e7d850c47297bc7931fcbd1125b39f59 (diff)
downloadbootstrap-b4b1ef68398b68dcdfa29465d06cd76d6bf2c49d.tar.xz
bootstrap-b4b1ef68398b68dcdfa29465d06cd76d6bf2c49d.zip
rebuild with new templates
Diffstat (limited to 'docs/templates/pages/base-css.mustache')
-rw-r--r--docs/templates/pages/base-css.mustache7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index 3933c867d..28ca2912b 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -3,6 +3,13 @@
<header class="jumbotron subhead" id="overview">
<h1>Base CSS</h1>
<p class="lead">On top of the scaffolding, basic HTML elements are styled and enhanced with extensible classes to provide a fresh, consistent look and feel.</p>
+ <ul class="nav pills">
+ <li><a href="./base-css.html#typography">Typography</a></li>
+ <li><a href="./base-css.html#tables">Tables</a></li>
+ <li><a href="./base-css.html#forms">Forms</a></li>
+ <li><a href="./base-css.html#buttons">Buttons</a></li>
+ <li><a href="./base-css.html#icons">Icons by Glyphicons</a></li>
+ </ul>
</header>