]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix broken nav on less page
authorMark Otto <markdotto@gmail.com>
Tue, 31 Jan 2012 21:57:43 +0000 (13:57 -0800)
committerMark Otto <markdotto@gmail.com>
Tue, 31 Jan 2012 21:57:43 +0000 (13:57 -0800)
docs/assets/bootstrap.zip
docs/less.html
docs/templates/pages/less.mustache

index 1618f84e00bad41602c439ae323e32ae6ce2b02b..554bd04e4af88eaea76a0a1fdd2da73c7e758135 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 0bc7a71ac66d08fca96b0a369a89a829df9dd3d0..09de929a9b7886b2467933550511074bb83ee508 100644 (file)
@@ -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>
index eb262c78b9e1f2aef27007a1b3775cf3d204502f..52ea659bb0794befcda096280549297673cfece1 100644 (file)
@@ -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>