]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add affix plugin to downloads page
authorMark Otto <markotto@twitter.com>
Wed, 15 Aug 2012 01:57:27 +0000 (18:57 -0700)
committerMark Otto <markotto@twitter.com>
Wed, 15 Aug 2012 01:57:27 +0000 (18:57 -0700)
docs/customize.html
docs/templates/pages/customize.mustache

index d40ffea2dc6c43fb8e3b0b1ddb883e2b411e4ec8..fd5b03dcf3c93464c76f3a254f59fdc8149478db 100644 (file)
                   <input type="checkbox" checked="true" value="bootstrap-tooltip.js">
                   Tooltips
                 </label>
-              </div><!-- /span -->
-              <div class="span3">
                 <label class="checkbox">
                   <input type="checkbox" checked="true" value="bootstrap-popover.js">
                   Popovers <small>(requires Tooltips)</small>
                 </label>
+              </div><!-- /span -->
+              <div class="span3">
+                <label class="checkbox">
+                  <input type="checkbox" checked="true" value="bootstrap-affix.js">
+                  Affix
+                </label>
                 <label class="checkbox">
                   <input type="checkbox" checked="true" value="bootstrap-alert.js">
                   Alert messages
index 5b58ffa8f08fa557896ae9ac3177805c82993382..0932fa71a5c8fc93f10f00cd4042caa5344ec57d 100644 (file)
                   <input type="checkbox" checked="true" value="bootstrap-tooltip.js">
                   {{_i}}Tooltips{{/i}}
                 </label>
-              </div><!-- /span -->
-              <div class="span3">
                 <label class="checkbox">
                   <input type="checkbox" checked="true" value="bootstrap-popover.js">
                   {{_i}}Popovers <small>(requires Tooltips)</small>{{/i}}
                 </label>
+              </div><!-- /span -->
+              <div class="span3">
+                <label class="checkbox">
+                  <input type="checkbox" checked="true" value="bootstrap-affix.js">
+                  {{_i}}Affix{{/i}}
+                </label>
                 <label class="checkbox">
                   <input type="checkbox" checked="true" value="bootstrap-alert.js">
                   {{_i}}Alert messages{{/i}}