11 merge requests!8635ignore Gruntfile.js in jekyll,!8339Fix broken links to navbar component in docs examples,!7674Clear float on all when navbar is collapsed - v3,!7775added some tests for tooltip title setter,!8157Close Me: Docs "Customize and Download" button fix,!7964commit fixes #7792,!8656Added rel="stylesheet" to CDN-Examples,!8527Inner properties move 1,!8245Interactive color picker - Closed: request against wrong branch,!7865Patch 2,!7651Drop the sizzle dependency to allow smaller builds targeting mobile devices
<p>Bootstrap's global default <code>font-size</code> is <strong>14px</strong>, with a <code>line-height</code> of <strong>20px</strong>. This is applied to the <code><body></code> and all paragraphs. In addition, <code><p></code> (paragraphs) receive a bottom margin of half their line-height (10px by default).</p>
<divclass="bs-docs-example">
<p>Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula.</p>
<p>Stylized implementation of HTML's <code><abbr></code> element for abbreviations and acronyms to show the expanded version on hover. Abbreviations with a <code>title</code> attribute have a light dotted bottom border and a help cursor on hover, providing additional context on hover.</p>
<p>Present contact information for the nearest ancestor or the entire body of work. Preserve formatting by ending all lines with <code><br></code>.</p>
<p>A list of items in which the order does <em>not</em> explicitly matter.</p>
...
...
@@ -864,7 +864,7 @@ For example, <code><section></code> should be wrapped as inline.
<h1>Tables</h1>
</div>
<h2>Default styles</h2>
<h2id="tables-example">Basic example</h2>
<p>For basic styling—light padding and only horizontal dividers—add the base class <code>.table</code> to any <code><table></code>. It may seem super redundant, but given the widespread use of tables for other plugins like calendars and date pickers, we've opted to isolate our custom table styles.</p>
<divclass="bs-docs-example">
<tableclass="table">
...
...
@@ -908,7 +908,7 @@ For example, <code><section></code> should be wrapped as inline.
<h2>Optional classes</h2>
<p>Add any of the following classes to the <code>.table</code> base class.</p>
<h3>Striped</h3>
<h3id="tables-striped">Striped</h3>
<p>Use <code>.table-striped</code> to add zebra-striping to any table row within the <code><tbody></code> via the <code>:nth-child</code> CSS selector (not available in IE8).</p>
<divclass="bs-docs-example">
<tableclass="table table-striped">
...
...
@@ -948,7 +948,7 @@ For example, <code><section></code> should be wrapped as inline.
</table>
{% endhighlight %}
<h3>Bordered</h3>
<h3id="tables-bordered">Bordered</h3>
<p>Add <code>.table-bordered</code> for borders and rounded corners.</p>
<divclass="bs-docs-example">
<tableclass="table table-bordered">
...
...
@@ -992,7 +992,7 @@ For example, <code><section></code> should be wrapped as inline.
</table>
{% endhighlight %}
<h3>Hover rows</h3>
<h3id="tables-hover-rows">Hover rows</h3>
<p>Add <code>.table-hover</code> to enable a hover state on table rows within a <code><tbody></code>.</p>
<divclass="bs-docs-example">
<tableclass="table table-hover">
...
...
@@ -1032,7 +1032,7 @@ For example, <code><section></code> should be wrapped as inline.
{% endhighlight %}
<h3>Condensed</h3>
<h3id="tables-condensed">Condensed</h3>
<p>Add <code>.table-condensed</code> to make tables more compact by cutting cell padding in half.</p>
<divclass="bs-docs-example">
<tableclass="table table-condensed">
...
...
@@ -1073,7 +1073,7 @@ For example, <code><section></code> should be wrapped as inline.
@@ -1323,7 +1229,7 @@ For example, <code><section></code> should be wrapped as inline.
</form>
{% endhighlight %}
<h3>Horizontal form</h3>
<h3id="forms-horizontal">Horizontal form</h3>
<p>Right align labels and float them to the left to make them appear on the same line as controls. Requires the most markup changes from a default form:</p>
<ul>
<li>Add <code>.form-horizontal</code> to the form</li>
...
...
@@ -1509,7 +1415,7 @@ For example, <code><section></code> should be wrapped as inline.
<h2>Form control states</h2>
<h2id="forms-control-states">Form control states</h2>
<p>Provide feedback to users or visitors with basic feedback states on form controls and labels.</p>
<h3id="forms-input-focus">Input focus</h3>
...
...
@@ -1635,7 +1541,7 @@ For example, <code><section></code> should be wrapped as inline.
<h2id="forms-extending">Extending form controls</h2>
<p>Adding on top of existing browser controls, Bootstrap includes other useful form components.</p>
<h3>Input groups</h3>
<h3id="forms-input-groups">Input groups</h3>
<p>Add text or buttons before, after, or on both sides of any text-based input. Use <code>.input-group</code> with a <code>.add-on</code> to prepend or append elements to an <code><input></code>.</p>
<p>Avoid using <code><select></code> elements here as they cannot be fully styled in WebKit browsers.</p>
<formclass="bs-docs-example">
...
...
@@ -1856,7 +1762,7 @@ For example, <code><section></code> should be wrapped as inline.
</div>
{% endhighlight %}
<h3id="forms-extending-sizes">Control sizing</h3>
<h3id="forms-control-sizes">Control sizing</h3>
<p>Use relative sizing classes like <code>.input-large</code> or match your inputs to the grid column sizes using <code>.span*</code> classes.</p>
<h4>Relative sizing</h4>
...
...
@@ -1956,7 +1862,7 @@ For example, <code><section></code> should be wrapped as inline.
<spanclass="uneditable-input">Some value here</span>
{% endhighlight %}
<h3>Form actions</h3>
<h3id="forms-actions">Form actions</h3>
<p>End a form with a group of actions (buttons). When placed within a <code>.form-horizontal</code>, the buttons will automatically indent to line up with the form controls.</p>
<formclass="bs-docs-example">
<divclass="form-actions">
...
...
@@ -1971,7 +1877,7 @@ For example, <code><section></code> should be wrapped as inline.
</div>
{% endhighlight %}
<h3>Help text</h3>
<h3id="forms-help-text">Help text</h3>
<p>Inline and block level support for help text that appears around form controls.</p>
<h4>Inline help</h4>
<formclass="bs-docs-example form-inline">
...
...
@@ -2041,7 +1947,7 @@ For example, <code><section></code> should be wrapped as inline.
<p>IE9 doesn't crop background gradients on rounded corners, so we remove it. Related, IE9 jankifies disabled <code>button</code> elements, rendering text gray with a nasty text-shadow that we cannot fix.</p>
<h2>Button sizes</h2>
<h2id="buttons-sizes">Button sizes</h2>
<p>Fancy larger or smaller buttons? Add <code>.btn-large</code>, <code>.btn-small</code>, or <code>.btn-mini</code> for additional sizes.</p>
<divclass="bs-docs-example">
<p>
...
...
@@ -2093,7 +1999,7 @@ For example, <code><section></code> should be wrapped as inline.
{% endhighlight %}
<h2>Disabled state</h2>
<h2id="buttons-disabled">Disabled state</h2>
<p>Make buttons look unclickable by fading them back 50%.</p>
<h3>Button element</h3>
...
...
@@ -2122,7 +2028,7 @@ For example, <code><section></code> should be wrapped as inline.