diff options
| author | Mark Otto <[email protected]> | 2012-06-11 20:20:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-11 20:20:51 -0700 |
| commit | 7ed02b461be8f520f672284f9984fdc9ce4487e7 (patch) | |
| tree | d7abd2ce73aff3efd8b50a14c4689b294c9252ad /docs/base-css.html | |
| parent | a0cd886c56708bbd8d6896ee81b04579f86fb0aa (diff) | |
| download | bootstrap-7ed02b461be8f520f672284f9984fdc9ce4487e7.tar.xz bootstrap-7ed02b461be8f520f672284f9984fdc9ce4487e7.zip | |
fix blockquote alignment
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index ee12d62e2..66137d7c4 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -256,7 +256,7 @@ <h4>Alternate displays</h4> <p>Use <code>.pull-left</code> and <code>.pull-right</code> classes for floated, right-aligned blockquote content.</p> - <div class="bs-docs-example"> + <div class="bs-docs-example" style="overflow: hidden;"> <blockquote class="pull-right"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p> <small>Someone famous in <cite title="Source Title">Source Title</cite></small> |
