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/templates | |
| parent | a0cd886c56708bbd8d6896ee81b04579f86fb0aa (diff) | |
| download | bootstrap-7ed02b461be8f520f672284f9984fdc9ce4487e7.tar.xz bootstrap-7ed02b461be8f520f672284f9984fdc9ce4487e7.zip | |
fix blockquote alignment
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index a1f4a3501..83418bd1b 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -187,7 +187,7 @@ <h4>{{_i}}Alternate displays{{/i}}</h4> <p>{{_i}}Use <code>.pull-left</code> and <code>.pull-right</code> classes for floated, right-aligned blockquote content.{{/i}}</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>{{_i}}Someone famous in <cite title="Source Title">Source Title</cite>{{/i}}</small> |
