mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Fixes #11660: Depcreate small and .small in blockquote in favor of footer
This commit is contained in:
@@ -270,6 +270,10 @@ blockquote {
|
||||
p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
// Deprecating small and .small for v3.1
|
||||
// Context: https://github.com/twbs/bootstrap/issues/11660
|
||||
footer,
|
||||
small,
|
||||
.small {
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user