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.min.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.min.css')
| -rw-r--r-- | bootstrap.min.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.min.css b/bootstrap.min.css index 20c8f6539..af321d314 100644 --- a/bootstrap.min.css +++ b/bootstrap.min.css @@ -87,7 +87,7 @@ em{font-style:italic;font-weight:inherit;line-height:inherit;} abbr{font-size:90%;text-transform:uppercase;border-bottom:1px dotted #ddd;cursor:help;} blockquote{padding-left:15px;margin-bottom:18px;border-left:5px solid #eee;}blockquote p{margin-bottom:0;font-size:300;font-weight:16px;line-height:22.5px;} blockquote small{display:block;line-height:18px;color:#999999;}blockquote small:before{content:'\2014 \00A0';} -blockquote.pull-right{float:right;}blockquote.pull-right p,blockquote.pull-right small{text-align:right;} +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;} address{display:block;margin-bottom:18px;line-height:18px;} code,pre{padding:0 3px 2px;font-family:Menlo,Monaco,"Courier New",monospace;font-size:12px;color:#333333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;} code{padding:1px 3px;background-color:#fee9cc;} |
