Commit e1659b2c authored by Mark Otto's avatar Mark Otto
Browse files

add affix plugin to downloads page

parent 2ee03540
1 merge request!4427Use variable for desktop media query
Showing with 12 additions and 4 deletions
+12 -4
...@@ -190,12 +190,16 @@ ...@@ -190,12 +190,16 @@
<input type="checkbox" checked="true" value="bootstrap-tooltip.js"> <input type="checkbox" checked="true" value="bootstrap-tooltip.js">
Tooltips Tooltips
</label> </label>
</div><!-- /span -->
<div class="span3">
<label class="checkbox"> <label class="checkbox">
<input type="checkbox" checked="true" value="bootstrap-popover.js"> <input type="checkbox" checked="true" value="bootstrap-popover.js">
Popovers <small>(requires Tooltips)</small> Popovers <small>(requires Tooltips)</small>
</label> </label>
</div><!-- /span -->
<div class="span3">
<label class="checkbox">
<input type="checkbox" checked="true" value="bootstrap-affix.js">
Affix
</label>
<label class="checkbox"> <label class="checkbox">
<input type="checkbox" checked="true" value="bootstrap-alert.js"> <input type="checkbox" checked="true" value="bootstrap-alert.js">
Alert messages Alert messages
......
...@@ -119,12 +119,16 @@ ...@@ -119,12 +119,16 @@
<input type="checkbox" checked="true" value="bootstrap-tooltip.js"> <input type="checkbox" checked="true" value="bootstrap-tooltip.js">
{{_i}}Tooltips{{/i}} {{_i}}Tooltips{{/i}}
</label> </label>
</div><!-- /span -->
<div class="span3">
<label class="checkbox"> <label class="checkbox">
<input type="checkbox" checked="true" value="bootstrap-popover.js"> <input type="checkbox" checked="true" value="bootstrap-popover.js">
{{_i}}Popovers <small>(requires Tooltips)</small>{{/i}} {{_i}}Popovers <small>(requires Tooltips)</small>{{/i}}
</label> </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"> <label class="checkbox">
<input type="checkbox" checked="true" value="bootstrap-alert.js"> <input type="checkbox" checked="true" value="bootstrap-alert.js">
{{_i}}Alert messages{{/i}} {{_i}}Alert messages{{/i}}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment