aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-31 13:57:43 -0800
committerMark Otto <[email protected]>2012-01-31 13:57:43 -0800
commitaec0cb3303eaa6952e08227bed505f8b6527caad (patch)
treeee686d80f9abd5cbacc46ca5987fa38acaa5e447 /docs/templates
parentcfc1c8a8cd69e86dc70a48766cd7cd318537dee3 (diff)
downloadbootstrap-aec0cb3303eaa6952e08227bed505f8b6527caad.tar.xz
bootstrap-aec0cb3303eaa6952e08227bed505f8b6527caad.zip
fix broken nav on less page
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/less.mustache2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache
index eb262c78b..52ea659bb 100644
--- a/docs/templates/pages/less.mustache
+++ b/docs/templates/pages/less.mustache
@@ -8,7 +8,7 @@
<h1>{{_i}}Using LESS with Bootstrap{{/i}}</h1>
<p class="lead">{{_i}}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.{{/i}}</p>
<div class="subnav">
- <ul class="nav pills">
+ <ul class="nav nav-pills">
<li><a href="#builtWith">{{_i}}Built with Less{{/i}}</a></li>
<li><a href="#variables">{{_i}}Variables{{/i}}</a></li>
<li><a href="#mixins">{{_i}}Mixins{{/i}}</a></li>