From 393d523cdbf14c4522ed13dca701120aeded352c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 15 Dec 2013 14:23:55 -0800 Subject: Fixes #11660: Depcreate small and .small in blockquote in favor of footer --- less/type.less | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'less') 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; -- cgit v1.2.3