<p>Sample text here...</p>
<p>Sample text here...</p>
</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><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>
...
@@ -802,17 +805,17 @@ For example, <code>section</code> should be wrapped as inline.
...
@@ -802,17 +805,17 @@ For example, <code>section</code> should be wrapped as inline.
</table>
</table>
<preclass="prettyprint linenums">
<preclass="prettyprint linenums">
<table>
<table>
<caption>…</caption>
<caption>...</caption>
<thead>
<thead>
<tr>
<tr>
<th>…</th>
<th>...</th>
<th>…</th>
<th>...</th>
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
<tr>
<tr>
<td>…</td>
<td>...</td>
<td>…</td>
<td>...</td>
</tr>
</tr>
</tbody>
</tbody>
</table>
</table>
...
@@ -1040,7 +1043,7 @@ For example, <code>section</code> should be wrapped as inline.
...
@@ -1040,7 +1043,7 @@ For example, <code>section</code> should be wrapped as inline.
<p>Use the default option or specify a <code>multiple="multiple"</code> to show multiple options at once.</p>
<p>Use the default option or specify a <code>multiple="multiple"</code> to show multiple options at once.</p>
<formclass="bs-docs-example">
<formclass="bs-docs-example">
<select>
<select>
<option>something</option>
<option>1</option>
<option>2</option>
<option>2</option>
<option>3</option>
<option>3</option>
<option>4</option>
<option>4</option>
...
@@ -1057,7 +1060,7 @@ For example, <code>section</code> should be wrapped as inline.
...
@@ -1057,7 +1060,7 @@ For example, <code>section</code> should be wrapped as inline.
</form>
</form>
<preclass="prettyprint linenums">
<preclass="prettyprint linenums">
<select>
<select>
<option>something</option>
<option>1</option>
<option>2</option>
<option>2</option>
<option>3</option>
<option>3</option>
<option>4</option>
<option>4</option>
...
@@ -1162,8 +1165,8 @@ For example, <code>section</code> should be wrapped as inline.
...
@@ -1162,8 +1165,8 @@ For example, <code>section</code> should be wrapped as inline.
@@ -1567,8 +1570,7 @@ For example, <code>section</code> should be wrapped as inline.
...
@@ -1567,8 +1570,7 @@ For example, <code>section</code> should be wrapped as inline.
<h1>Images</h1>
<h1>Images</h1>
</div>
</div>
<p>Add the <code>.img-rounded</code>, <code>.img-circle</code> or <code>.img-polaroid</code> class to a <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.</p>
<p><spanclass="label label-info">Heads up!</span><code>.img-rounded</code> and <code>.img-circle</code> don't work in IE7-8.</p>
@@ -1579,6 +1581,7 @@ For example, <code>section</code> should be wrapped as inline.
...
@@ -1579,6 +1581,7 @@ For example, <code>section</code> should be wrapped as inline.
<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 IE7-8 due to lack of <code>border-radius</code> support.</p>
</section>
</section>
...
@@ -1771,7 +1774,7 @@ For example, <code>section</code> should be wrapped as inline.
...
@@ -1771,7 +1774,7 @@ For example, <code>section</code> should be wrapped as inline.
<h4>Buttons</h4>
<h4>Buttons</h4>
<h6>Button group in a button toolbar</h6>
<h5>Button group in a button toolbar</h5>
<divclass="bs-docs-example">
<divclass="bs-docs-example">
<divclass="btn-toolbar">
<divclass="btn-toolbar">
<divclass="btn-group">
<divclass="btn-group">
...
@@ -1794,7 +1797,7 @@ For example, <code>section</code> should be wrapped as inline.
...
@@ -1794,7 +1797,7 @@ For example, <code>section</code> should be wrapped as inline.
&lt;p&gt;{{_i}}Sample text here...{{/i}}&lt;/p&gt;
&lt;p&gt;{{_i}}Sample text here...{{/i}}&lt;/p&gt;
</pre>
</pre>
</pre>
</pre>
<p><spanclass="label label-info">{{_i}}Heads up!{{/i}}</span>{{_i}}Be sure to keep code within <code><pre></code> tags as close to the left as possible; it will render all tabs.{{/i}}</p>
<p><spanclass="label label-info">{{_i}}Heads up!{{/i}}</span>{{_i}}Be sure to keep code within <code><pre></code> tags as close to the left as possible; it will render all tabs.{{/i}}</p>
...
@@ -739,17 +742,17 @@
...
@@ -739,17 +742,17 @@
</table>
</table>
<preclass="prettyprint linenums">
<preclass="prettyprint linenums">
<table>
<table>
<caption>…</caption>
<caption>...</caption>
<thead>
<thead>
<tr>
<tr>
<th>…</th>
<th>...</th>
<th>…</th>
<th>...</th>
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
<tr>
<tr>
<td>…</td>
<td>...</td>
<td>…</td>
<td>...</td>
</tr>
</tr>
</tbody>
</tbody>
</table>
</table>
...
@@ -977,7 +980,7 @@
...
@@ -977,7 +980,7 @@
<p>{{_i}}Use the default option or specify a <code>multiple="multiple"</code> to show multiple options at once.{{/i}}</p>
<p>{{_i}}Use the default option or specify a <code>multiple="multiple"</code> to show multiple options at once.{{/i}}</p>
<p>{{_i}}Add the <code>.img-rounded</code>, <code>.img-circle</code> or <code>.img-polaroid</code> class to a <code><img></code> element to easily style images in any project.{{/i}}</p>
<p>{{_i}}Add classes to an <code><img></code> element to easily style images in any project.{{/i}}</p>
<p><spanclass="label label-info">{{_i}}Heads up!{{/i}}</span>{{_i}}<code>.img-rounded</code> and <code>.img-circle</code> don't work in IE7-8.{{/i}}</p>
<p><spanclass="label label-info">{{_i}}Heads up!{{/i}}</span>{{_i}}<code>.img-rounded</code> and <code>.img-circle</code> do not work in IE7-8 due to lack of <code>border-radius</code> support.{{/i}}</p>
</section>
</section>
...
@@ -1708,7 +1711,7 @@
...
@@ -1708,7 +1711,7 @@
<h4>{{_i}}Buttons{{/i}}</h4>
<h4>{{_i}}Buttons{{/i}}</h4>
<h6>{{_i}}Button group in a button toolbar{{/i}}</h6>
<h5>{{_i}}Button group in a button toolbar{{/i}}</h5>