diff options
| author | Mark Otto <[email protected]> | 2013-12-15 14:23:55 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-15 14:23:55 -0800 |
| commit | 393d523cdbf14c4522ed13dca701120aeded352c (patch) | |
| tree | 4e56f55586777d0d621a0781243cf1c5b6dd578b /less | |
| parent | 9023c087dbc17e206d830f36a5049d95aa548b36 (diff) | |
| download | bootstrap-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.less | 4 |
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; |
