diff options
| author | Mark Otto <[email protected]> | 2014-07-09 13:54:32 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-09 13:54:32 -0700 |
| commit | 02fe0ecc3169dd4c8ca9ac824a84527c1ef74012 (patch) | |
| tree | 54997ac4e8d6ba70829ee45b67c90701a8425d90 /less/type.less | |
| parent | a0d8c62f184f6615b9fcdc1a7c57f2eda208aece (diff) | |
| download | bootstrap-02fe0ecc3169dd4c8ca9ac824a84527c1ef74012.tar.xz bootstrap-02fe0ecc3169dd4c8ca9ac824a84527c1ef74012.zip | |
Drop deprecated code from Less files
Diffstat (limited to 'less/type.less')
| -rw-r--r-- | less/type.less | 15 |
1 files changed, 3 insertions, 12 deletions
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 |
