1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-20 20:31:26 +02:00

Fixes #11660: Depcreate small and .small in blockquote in favor of footer

This commit is contained in:
Mark Otto
2013-12-15 14:23:55 -08:00
parent 9023c087db
commit 393d523cdb
4 changed files with 11 additions and 5 deletions

View File

@@ -606,12 +606,14 @@ blockquote p {
blockquote p:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
line-height: 1.428571429;
color: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';

File diff suppressed because one or more lines are too long