From 02fe0ecc3169dd4c8ca9ac824a84527c1ef74012 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 9 Jul 2014 13:54:32 -0700 Subject: Drop deprecated code from Less files --- less/type.less | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'less/type.less') diff --git a/less/type.less b/less/type.less index 246916d8c..bc4be377c 100644 --- a/less/type.less +++ b/less/type.less @@ -251,11 +251,7 @@ blockquote { } } - // Note: Deprecated small and .small as of v3.1.0 - // Context: https://github.com/twbs/bootstrap/issues/11660 - footer, - small, - .small { + footer { display: block; font-size: 80%; // back to default font-size line-height: @line-height-base; @@ -268,10 +264,7 @@ blockquote { } // Opposite alignment of blockquote -// -// Heads up: `blockquote.pull-right` has been deprecated as of v3.1.0. -.blockquote-reverse, -blockquote.pull-right { +.blockquote-reverse { padding-right: 15px; padding-left: 0; border-right: 5px solid @blockquote-border-color; @@ -279,9 +272,7 @@ blockquote.pull-right { text-align: right; // Account for citation - footer, - small, - .small { + footer { &:before { content: ''; } &:after { content: '\00A0 \2014'; // nbsp, em dash -- cgit v1.2.3