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 /lib | |
| 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 'lib')
| -rw-r--r-- | lib/type.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/type.less b/lib/type.less index 7e2c4a7a8..84130f3fa 100644 --- a/lib/type.less +++ b/lib/type.less @@ -165,6 +165,10 @@ blockquote { // Float right with text-align: right &.pull-right { float: right; + padding-left: 0; + padding-right: 15px; + border-left: 0; + border-right: 5px solid #eee; p, small { text-align: right; |
