diff options
| author | Mark Otto <[email protected]> | 2012-01-31 13:57:43 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-31 13:57:43 -0800 |
| commit | aec0cb3303eaa6952e08227bed505f8b6527caad (patch) | |
| tree | ee686d80f9abd5cbacc46ca5987fa38acaa5e447 /docs/less.html | |
| parent | cfc1c8a8cd69e86dc70a48766cd7cd318537dee3 (diff) | |
| download | bootstrap-aec0cb3303eaa6952e08227bed505f8b6527caad.tar.xz bootstrap-aec0cb3303eaa6952e08227bed505f8b6527caad.zip | |
fix broken nav on less page
Diffstat (limited to 'docs/less.html')
| -rw-r--r-- | docs/less.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/less.html b/docs/less.html index 0bc7a71ac..09de929a9 100644 --- a/docs/less.html +++ b/docs/less.html @@ -84,7 +84,7 @@ <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> <div class="subnav"> - <ul class="nav pills"> + <ul class="nav nav-pills"> <li><a href="#builtWith">Built with Less</a></li> <li><a href="#variables">Variables</a></li> <li><a href="#mixins">Mixins</a></li> |
