diff options
| author | Mark Otto <[email protected]> | 2012-08-14 18:57:27 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-14 18:57:27 -0700 |
| commit | e1659b2c4ebcd1124665779fe045600207ea7333 (patch) | |
| tree | f9d7d1da55864e41c85555779533deebde6e05bc /docs | |
| parent | 2ee035403d2dd9c19b7bfd3f90a83422a4ab7d7e (diff) | |
| download | bootstrap-e1659b2c4ebcd1124665779fe045600207ea7333.tar.xz bootstrap-e1659b2c4ebcd1124665779fe045600207ea7333.zip | |
add affix plugin to downloads page
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/customize.html | 8 | ||||
| -rw-r--r-- | docs/templates/pages/customize.mustache | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/docs/customize.html b/docs/customize.html index d40ffea2d..fd5b03dcf 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -190,12 +190,16 @@ <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 diff --git a/docs/templates/pages/customize.mustache b/docs/templates/pages/customize.mustache index 5b58ffa8f..0932fa71a 100644 --- a/docs/templates/pages/customize.mustache +++ b/docs/templates/pages/customize.mustache @@ -119,12 +119,16 @@ <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}} |
