diff options
| author | Mark Otto <[email protected]> | 2012-01-08 01:57:05 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-08 01:57:05 -0800 |
| commit | 916761d56854ca4fcc8ea4afa68511fb26a93e4c (patch) | |
| tree | ea7c625a47f6c0408c142ad97feaddaa816601d9 /bootstrap.css | |
| parent | 9daf1661c5c9cce161e1981b484b7d7f04eac2e6 (diff) | |
| download | bootstrap-916761d56854ca4fcc8ea4afa68511fb26a93e4c.tar.xz bootstrap-916761d56854ca4fcc8ea4afa68511fb26a93e4c.zip | |
fix styles on right aligned blockquote to flip padding and border appropriately
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css index e55d6d544..550f7fdce 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Sun Jan 8 01:54:42 PST 2012 + * Date: Sun Jan 8 01:56:47 PST 2012 */ html, body { margin: 0; @@ -485,6 +485,10 @@ blockquote small:before { } blockquote.pull-right { float: right; + padding-left: 0; + padding-right: 15px; + border-left: 0; + border-right: 5px solid #eee; } blockquote.pull-right p, blockquote.pull-right small { text-align: right; |
