<p>For quoting blocks of content from another source within your document.</p>
<p>For quoting blocks of content from another source within your document.</p>
<h3>Default blockquote</h3>
<h3>Default blockquote</h3>
<p>Wrap <code><blockquote></code> around any <abbrtitle="HyperText Markup Language">HTML</abbr> as the quote. For straight quotes we recommend a <code><p></code>.</p>
<p>Wrap <code><blockquote></code> around any <abbrtitle="HyperText Markup Language">HTML</abbr> as the quote. For straight quotes, we recommend a <code><p></code>.</p>
<divclass="bs-example">
<divclass="bs-example">
<blockquote>
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
...
@@ -833,7 +833,7 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -833,7 +833,7 @@ For example, <code><section></code> should be wrapped as inline.
<pre><p>Sample text here...</p></pre>
<pre><p>Sample text here...</p></pre>
{% endhighlight %}
{% endhighlight %}
<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>
</div>
</div>
...
@@ -893,7 +893,7 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -893,7 +893,7 @@ For example, <code><section></code> should be wrapped as inline.
<p>Use <code>.table-striped</code> to add zebra-striping to any table row within the <code><tbody></code>.</p>
<p>Use <code>.table-striped</code> to add zebra-striping to any table row within the <code><tbody></code>.</p>
<divclass="bs-callout bs-callout-danger">
<divclass="bs-callout bs-callout-danger">
<h4>Cross-browser compatibility</h4>
<h4>Cross-browser compatibility</h4>
<p>Striped tables are styled via the <code>:nth-child</code> CSS selector, which is not available in IE8.</p>
<p>Striped tables are styled via the <code>:nth-child</code> CSS selector, which is not available in Internet Explorer 8.</p>