<p>Button groups can also function as radios, where only one button may be active, or checkboxes, where any number of buttons may be active. View <ahref="./javascript.html#buttons">the JavaScript docs</a> for that.</p>
<p>Button groups can also function as radios, where only one button may be active, or checkboxes, where any number of buttons may be active. View <ahref="./javascript.html#buttons">the JavaScript docs</a> for that.</p>
<h4>Dropdowns in button groups</h4>
<h4>Dropdowns in button groups</h4>
<p><spanclass="label label-info">Heads up!</span>Buttons with dropdowns must be individually wrapped in their own <code>.btn-group</code> within a <code>.btn-toolbar</code> for proper rendering.</p>
<p>Buttons with dropdowns must be individually wrapped in their own <code>.btn-group</code> within a <code>.btn-toolbar</code> for proper rendering.</p>
<preclass="prettyprint"><em>rendered as italicized text</em></pre>
<preclass="prettyprint"><em>rendered as italicized text</em></pre>
<p><spanclass="label label-info">Heads up!</span>Feel free to use <code><b></code> and <code><i></code> in HTML5. <code><b></code> is meant to highlight words or phrases without conveying additional importance while <code><i></code> is mostly for voice, technical terms, etc.</p>
<p>Feel free to use <code><b></code> and <code><i></code> in HTML5. <code><b></code> is meant to highlight words or phrases without conveying additional importance while <code><i></code> is mostly for voice, technical terms, etc.</p>
<h3>Emphasis classes</h3>
<h3>Emphasis classes</h3>
<p>Convey meaning through color with a handful of emphasis utility classes.</p>
<p>Convey meaning through color with a handful of emphasis utility classes.</p>
...
@@ -567,8 +567,8 @@
...
@@ -567,8 +567,8 @@
<dd>...</dd>
<dd>...</dd>
</dl>
</dl>
</pre>
</pre>
<h5>Auto-truncating</h5>
<p>
<p>
<spanclass="label label-info">Heads up!</span>
Horizontal description lists will truncate terms that are too long to fit in the left column fix <code>text-overflow</code>. In narrower viewports, they will change to the default stacked layout.
Horizontal description lists will truncate terms that are too long to fit in the left column fix <code>text-overflow</code>. In narrower viewports, they will change to the default stacked layout.
</p>
</p>
</section>
</section>
...
@@ -601,7 +601,6 @@ For example, <code><section></code> should be wrapped as inlin
...
@@ -601,7 +601,6 @@ For example, <code><section></code> should be wrapped as inlin
&lt;p&gt;Sample text here...&lt;/p&gt;
&lt;p&gt;Sample text here...&lt;/p&gt;
</pre>
</pre>
</pre>
</pre>
<p><spanclass="label label-info">Heads up!</span> Be sure to keep code within <code><pre></code> tags as close to the left as possible; it will render all tabs.</p>
<p>You may optionally add the <code>.pre-scrollable</code> class which will set a max-height of 350px and provide a y-axis scrollbar.</p>
<p>You may optionally add the <code>.pre-scrollable</code> class which will set a max-height of 350px and provide a y-axis scrollbar.</p>
</section>
</section>
...
@@ -1841,7 +1840,6 @@ For example, <code><section></code> should be wrapped as inlin
...
@@ -1841,7 +1840,6 @@ For example, <code><section></code> should be wrapped as inlin
We use <code>.disabled</code> as a utility class here, similar to the common <code>.active</code> class, so no prefix is required. Also, this class is only for aesthetic; you must use custom JavaScript to disable links here.
We use <code>.disabled</code> as a utility class here, similar to the common <code>.active</code> class, so no prefix is required. Also, this class is only for aesthetic; you must use custom JavaScript to disable links here.
</p>
</p>
...
@@ -1884,7 +1882,7 @@ For example, <code><section></code> should be wrapped as inlin
...
@@ -1884,7 +1882,7 @@ For example, <code><section></code> should be wrapped as inlin
<h1>Images</h1>
<h1>Images</h1>
</div>
</div>
<p>Add classes to an <code><img></code> element to easily style images in any project.</p>
<p>Add classes to an <code><img></code> element to easily style images in any project. Rounded corners are not available in IE8.</p>
@@ -1895,8 +1893,6 @@ For example, <code><section></code> should be wrapped as inlin
...
@@ -1895,8 +1893,6 @@ For example, <code><section></code> should be wrapped as inlin
<img src="..." class="img-circle">
<img src="..." class="img-circle">
<img src="..." class="img-polaroid">
<img src="..." class="img-polaroid">
</pre>
</pre>
<p><spanclass="label label-info">Heads up!</span><code>.img-rounded</code> and <code>.img-circle</code> do not work in IE8 due to lack of <code>border-radius</code> support.</p>
</section>
</section>
...
@@ -2094,10 +2090,7 @@ For example, <code><section></code> should be wrapped as inlin
...
@@ -2094,10 +2090,7 @@ For example, <code><section></code> should be wrapped as inlin
<i class="glyphicon-search"></i>
<i class="glyphicon-search"></i>
</pre>
</pre>
<p>Want to change the icon color? Just change the <code>color</code> of the parent element.</p>
<p>Want to change the icon color? Just change the <code>color</code> of the parent element.</p>
<p>
<p>When using beside strings of text, as in buttons or nav links, be sure to leave a space after the icon for proper spacing.</p>
<spanclass="label label-info">Heads up!</span>
When using beside strings of text, as in buttons or nav links, be sure to leave a space after the icon for proper spacing.
<p>Button groups can also function as radios, where only one button may be active, or checkboxes, where any number of buttons may be active. View <ahref="./javascript.html#buttons">the JavaScript docs</a> for that.</p>
<p>Button groups can also function as radios, where only one button may be active, or checkboxes, where any number of buttons may be active. View <ahref="./javascript.html#buttons">the JavaScript docs</a> for that.</p>
<h4>Dropdowns in button groups</h4>
<h4>Dropdowns in button groups</h4>
<p><spanclass="label label-info">Heads up!</span>Buttons with dropdowns must be individually wrapped in their own <code>.btn-group</code> within a <code>.btn-toolbar</code> for proper rendering.</p>
<p>Buttons with dropdowns must be individually wrapped in their own <code>.btn-group</code> within a <code>.btn-toolbar</code> for proper rendering.</p>
<preclass="prettyprint"><em>rendered as italicized text</em></pre>
<preclass="prettyprint"><em>rendered as italicized text</em></pre>
<p><spanclass="label label-info">Heads up!</span>Feel free to use <code><b></code> and <code><i></code> in HTML5. <code><b></code> is meant to highlight words or phrases without conveying additional importance while <code><i></code> is mostly for voice, technical terms, etc.</p>
<p>Feel free to use <code><b></code> and <code><i></code> in HTML5. <code><b></code> is meant to highlight words or phrases without conveying additional importance while <code><i></code> is mostly for voice, technical terms, etc.</p>
<h3>Emphasis classes</h3>
<h3>Emphasis classes</h3>
<p>Convey meaning through color with a handful of emphasis utility classes.</p>
<p>Convey meaning through color with a handful of emphasis utility classes.</p>
...
@@ -507,8 +507,8 @@
...
@@ -507,8 +507,8 @@
<dd>...</dd>
<dd>...</dd>
</dl>
</dl>
</pre>
</pre>
<h5>Auto-truncating</h5>
<p>
<p>
<spanclass="label label-info">Heads up!</span>
Horizontal description lists will truncate terms that are too long to fit in the left column fix <code>text-overflow</code>. In narrower viewports, they will change to the default stacked layout.
Horizontal description lists will truncate terms that are too long to fit in the left column fix <code>text-overflow</code>. In narrower viewports, they will change to the default stacked layout.
</p>
</p>
</section>
</section>
...
@@ -541,7 +541,6 @@ For example, <code><section></code> should be wrapped as inlin
...
@@ -541,7 +541,6 @@ For example, <code><section></code> should be wrapped as inlin
&lt;p&gt;Sample text here...&lt;/p&gt;
&lt;p&gt;Sample text here...&lt;/p&gt;
</pre>
</pre>
</pre>
</pre>
<p><spanclass="label label-info">Heads up!</span> Be sure to keep code within <code><pre></code> tags as close to the left as possible; it will render all tabs.</p>
<p>You may optionally add the <code>.pre-scrollable</code> class which will set a max-height of 350px and provide a y-axis scrollbar.</p>
<p>You may optionally add the <code>.pre-scrollable</code> class which will set a max-height of 350px and provide a y-axis scrollbar.</p>
</section>
</section>
...
@@ -1781,7 +1780,6 @@ For example, <code><section></code> should be wrapped as inlin
...
@@ -1781,7 +1780,6 @@ For example, <code><section></code> should be wrapped as inlin
We use <code>.disabled</code> as a utility class here, similar to the common <code>.active</code> class, so no prefix is required. Also, this class is only for aesthetic; you must use custom JavaScript to disable links here.
We use <code>.disabled</code> as a utility class here, similar to the common <code>.active</code> class, so no prefix is required. Also, this class is only for aesthetic; you must use custom JavaScript to disable links here.
</p>
</p>
...
@@ -1824,7 +1822,7 @@ For example, <code><section></code> should be wrapped as inlin
...
@@ -1824,7 +1822,7 @@ For example, <code><section></code> should be wrapped as inlin
<h1>Images</h1>
<h1>Images</h1>
</div>
</div>
<p>Add classes to an <code><img></code> element to easily style images in any project.</p>
<p>Add classes to an <code><img></code> element to easily style images in any project. Rounded corners are not available in IE8.</p>
@@ -1835,8 +1833,6 @@ For example, <code><section></code> should be wrapped as inlin
...
@@ -1835,8 +1833,6 @@ For example, <code><section></code> should be wrapped as inlin
<img src="..." class="img-circle">
<img src="..." class="img-circle">
<img src="..." class="img-polaroid">
<img src="..." class="img-polaroid">
</pre>
</pre>
<p><spanclass="label label-info">Heads up!</span><code>.img-rounded</code> and <code>.img-circle</code> do not work in IE8 due to lack of <code>border-radius</code> support.</p>
</section>
</section>
...
@@ -2034,10 +2030,7 @@ For example, <code><section></code> should be wrapped as inlin
...
@@ -2034,10 +2030,7 @@ For example, <code><section></code> should be wrapped as inlin
<i class="glyphicon-search"></i>
<i class="glyphicon-search"></i>
</pre>
</pre>
<p>Want to change the icon color? Just change the <code>color</code> of the parent element.</p>
<p>Want to change the icon color? Just change the <code>color</code> of the parent element.</p>
<p>
<p>When using beside strings of text, as in buttons or nav links, be sure to leave a space after the icon for proper spacing.</p>
<spanclass="label label-info">Heads up!</span>
When using beside strings of text, as in buttons or nav links, be sure to leave a space after the icon for proper spacing.