diff options
| author | Jacob Thornton <[email protected]> | 2012-01-23 15:17:32 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-23 15:17:32 -0800 |
| commit | b4b1ef68398b68dcdfa29465d06cd76d6bf2c49d (patch) | |
| tree | c833a8f3c5c41a4738a8901a86667a1f406cc7eb /docs/templates/pages/base-css.mustache | |
| parent | 9a68f115e7d850c47297bc7931fcbd1125b39f59 (diff) | |
| download | bootstrap-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.mustache | 7 |
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> |
