1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +02:00
This commit is contained in:
Mark Otto
2015-12-07 23:36:38 -08:00
parent 9e872efb3f
commit 38847f564c
8 changed files with 14 additions and 26 deletions

View File

@@ -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";
}