aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-15 14:23:55 -0800
committerMark Otto <[email protected]>2013-12-15 14:23:55 -0800
commit393d523cdbf14c4522ed13dca701120aeded352c (patch)
tree4e56f55586777d0d621a0781243cf1c5b6dd578b /less
parent9023c087dbc17e206d830f36a5049d95aa548b36 (diff)
downloadbootstrap-393d523cdbf14c4522ed13dca701120aeded352c.tar.xz
bootstrap-393d523cdbf14c4522ed13dca701120aeded352c.zip
Fixes #11660: Depcreate small and .small in blockquote in favor of footer
Diffstat (limited to 'less')
-rw-r--r--less/type.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/less/type.less b/less/type.less
index 6c418a489..9d032b268 100644
--- a/less/type.less
+++ b/less/type.less
@@ -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;