mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-27 17:50:24 +00:00
fix blockquote alignment
This commit is contained in:
parent
a0cd886c56
commit
7ed02b461b
3 changed files with 4 additions and 3 deletions
|
|
@ -746,7 +746,8 @@ form.well {
|
|||
.bs-docs-example .hero-unit,
|
||||
.bs-docs-example .pagination,
|
||||
.bs-docs-example .navbar,
|
||||
.bs-docs-example .nav {
|
||||
.bs-docs-example .nav,
|
||||
.bs-docs-example blockquote {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.bs-docs-example .pagination {
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
2
docs/templates/pages/base-css.mustache
vendored
2
docs/templates/pages/base-css.mustache
vendored
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue