diff options
| author | Jacob Thornton <[email protected]> | 2012-01-08 11:24:16 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-08 11:24:16 -0800 |
| commit | c78016e3acaa84adbdde9297c1082825b165f77c (patch) | |
| tree | 8fa8d6725bd712de193629f274e81af4a12deb0d /lib/type.less | |
| parent | f1cbd22b99c3fec54d18341c31cfb1c237db44f2 (diff) | |
| parent | cb5245869869d6ee46b47ec75ceee07013acdda0 (diff) | |
| download | bootstrap-c78016e3acaa84adbdde9297c1082825b165f77c.tar.xz bootstrap-c78016e3acaa84adbdde9297c1082825b165f77c.zip | |
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Diffstat (limited to 'lib/type.less')
| -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; |
