diff options
| author | Mark Otto <[email protected]> | 2015-12-07 23:36:38 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-12-07 23:36:38 -0800 |
| commit | 38847f564c966ac75612226502c4c4d6b93c8256 (patch) | |
| tree | c740f113fa54aed2e5edc0931253d5efc08ae4b9 /docs/dist/css/bootstrap.css | |
| parent | 9e872efb3fe68747cb50301ea290c3c0af699234 (diff) | |
| download | bootstrap-38847f564c966ac75612226502c4c4d6b93c8256.tar.xz bootstrap-38847f564c966ac75612226502c4c4d6b93c8256.zip | |
grunt
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 2f2d3e2bc..7d4b0c8af 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -643,20 +643,14 @@ mark, border-left: .25rem solid #eceeef; } -.blockquote p:last-child, -.blockquote ul:last-child, -.blockquote ol:last-child { - margin-bottom: 0; -} - -.blockquote footer { +.blockquote-footer { display: block; font-size: 80%; line-height: 1.5; color: #818a91; } -.blockquote footer::before { +.blockquote-footer::before { content: "\2014 \00A0"; } @@ -668,11 +662,11 @@ mark, border-left: 0; } -.blockquote-reverse footer::before { +.blockquote-reverse .blockquote-footer::before { content: ""; } -.blockquote-reverse footer::after { +.blockquote-reverse .blockquote-footer::after { content: "\00A0 \2014"; } |
