<p>Move columns to the right using <code>.col-offset-*</code> classes. Each class increases the left margin of a column by a whole column. For example, <code>.col-offset-4</code> moves <code>.col-span-4</code> over four columns.</p>
<p>Move columns to the right using <code>.col-offset-*</code> classes. These classes increase the left margin of a column by <code>*</code> columns. For example, <code>.col-offset-4</code> moves <code>.col-span-4</code> over four columns.</p>
<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>
<h2id="buttons-sizes">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>
<p>Fancy larger or smaller buttons? Add <code>.btn-large</code>, <code>.btn-small</code>, or <code>.btn-mini</code> for additional sizes.</p>
...
@@ -2100,14 +2092,19 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -2100,14 +2092,19 @@ For example, <code><section></code> should be wrapped as inline.
<h3>Button element</h3>
<h3>Button element</h3>
<p>Add the <code>disabled</code> attribute to <code><button></code> buttons.</p>
<p>Add the <code>disabled</code> attribute to <code><button></code> buttons.</p>
<p>If you add the <code>disabled</code> attribute to a <code><button></code>, Internet Explorer 9 and below will render text gray with a nasty text-shadow that we cannot fix.</p>
</div>
<h3>Anchor element</h3>
<h3>Anchor element</h3>
<p>Add the <code>.disabled</code> class to <code><a></code> buttons.</p>
<p>Add the <code>.disabled</code> class to <code><a></code> buttons.</p>
<pclass="bs-docs-example">
<pclass="bs-docs-example">
...
@@ -2137,7 +2134,7 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -2137,7 +2134,7 @@ For example, <code><section></code> should be wrapped as inline.
<inputclass="btn"type="button"value="Input">
<inputclass="btn"type="button"value="Input">
<inputclass="btn"type="submit"value="Submit">
<inputclass="btn"type="submit"value="Submit">
{% endhighlight %}
{% endhighlight %}
<p>As a best practice, <strong>we highly recommend matching using the <code><button></code> element whenever possible</strong> to ensure matching cross-browser rendering.</p>
<p>As a best practice, <strong>we highly recommend using the <code><button></code> element whenever possible</strong> to ensure matching cross-browser rendering.</p>
</div>
</div>
...
@@ -3996,7 +3993,7 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -3996,7 +3993,7 @@ For example, <code><section></code> should be wrapped as inline.
<p>A simple shell for an <code>h1</code> to appropriately space out and segment sections of content on a page. It can utilize the <code>h1</code>'s default <code>small</code>, element as well most other components (with additional styles).</p>
<p>A simple shell for an <code>h1</code> to appropriately space out and segment sections of content on a page. It can utilize the <code>h1</code>'s default <code>small</code> element as well as most other components (with additional styles).</p>
<divclass="bs-docs-example">
<divclass="bs-docs-example">
<divclass="page-header">
<divclass="page-header">
<h1>Example page header <small>Subtext for header</small></h1>
<h1>Example page header <small>Subtext for header</small></h1>
...
@@ -4185,7 +4182,11 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -4185,7 +4182,11 @@ For example, <code><section></code> should be wrapped as inline.
</div>
</div>
<pclass="lead">Provide up-to-date feedback on the progress of a workflow or action with simple yet flexible progress bars.</p>
<pclass="lead">Provide up-to-date feedback on the progress of a workflow or action with simple yet flexible progress bars.</p>
<p>Progress bars use CSS3 transitions and animations to achieve some of their effects. These features are not supported in IE8-9 or older versions of Firefox. Internet Explorer 10 and below, as well as Opera 12, do not support animations.</p>
<p>Progress bars use CSS3 transitions and animations to achieve some of their effects.</p>
<p>These features are not supported in Internet Explorer 9 and below or older versions of Firefox. Opera 12 does not support animations.</p>
</div>
<h3id="progress-basic">Basic</h3>
<h3id="progress-basic">Basic</h3>
<p>Default progress bar with a vertical gradient.</p>
<p>Default progress bar with a vertical gradient.</p>
...
@@ -4450,7 +4451,7 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -4450,7 +4451,7 @@ For example, <code><section></code> should be wrapped as inline.
{% endhighlight %}
{% endhighlight %}
<h3id="list-group-chevrons">With chevrons</h3>
<h3id="list-group-chevrons">With chevrons</h3>
<p>Adding Glyphicon chevrons are automatically moved to the right.</p>
<p>Add Glyphicon chevrons that are automatically moved to the right.</p>
<divclass="bs-docs-example">
<divclass="bs-docs-example">
<ulclass="list-group">
<ulclass="list-group">
<liclass="list-group-item">
<liclass="list-group-item">
...
@@ -4535,7 +4536,7 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -4535,7 +4536,7 @@ For example, <code><section></code> should be wrapped as inline.
{% endhighlight %}
{% endhighlight %}
<h3id="list-group-linked">Linked list group</h3>
<h3id="list-group-linked">Linked list group</h3>
<p>Linkify list group items by using anchor tags instead of list items (that also means a parent <code><div></code> instead of an <code><ul></code>. No need for individual parents around each element.</p>
<p>Linkify list group items by using anchor tags instead of list items (that also means a parent <code><div></code> instead of an <code><ul></code>). No need for individual parents around each element.</p>
<divclass="bs-docs-example">
<divclass="bs-docs-example">
<divclass="list-group">
<divclass="list-group">
<ahref="#"class="list-group-item active">
<ahref="#"class="list-group-item active">
...
@@ -4925,6 +4926,9 @@ $('#myModal').on('show', function (e) {
...
@@ -4925,6 +4926,9 @@ $('#myModal').on('show', function (e) {
<p>Cras mattis consectetur purus sit amet fermentum. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Morbi leo risus, porta ac consectetur ac, vestibulum at eros.</p>
<p>Cras mattis consectetur purus sit amet fermentum. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Morbi leo risus, porta ac consectetur ac, vestibulum at eros.</p>
<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor.</p>
<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor.</p>
<p>Aenean lacinia bibendum nulla sed consectetur. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec sed odio dui. Donec ullamcorper nulla non metus auctor fringilla.</p>
<p>Aenean lacinia bibendum nulla sed consectetur. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec sed odio dui. Donec ullamcorper nulla non metus auctor fringilla.</p>
<p>Cras mattis consectetur purus sit amet fermentum. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Morbi leo risus, porta ac consectetur ac, vestibulum at eros.</p>
<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor.</p>
<p>Aenean lacinia bibendum nulla sed consectetur. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec sed odio dui. Donec ullamcorper nulla non metus auctor fringilla.</p>