diff options
| author | Chris Rebert <[email protected]> | 2014-01-26 17:48:15 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-26 17:48:15 -0800 |
| commit | 1a36e4fa1e9d9220a242d01062941a16ef07e660 (patch) | |
| tree | 6e5f855319cfffe585353e2c5c3186326c649e34 /less/type.less | |
| parent | 3157a3777536f1be7a8ccbb6170611492f9b2733 (diff) | |
| download | bootstrap-1a36e4fa1e9d9220a242d01062941a16ef07e660.tar.xz bootstrap-1a36e4fa1e9d9220a242d01062941a16ef07e660.zip | |
docs & comments: v3.1 => v3.1.0
Diffstat (limited to 'less/type.less')
| -rw-r--r-- | less/type.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/type.less b/less/type.less index 315e7eade..a55730dfe 100644 --- a/less/type.less +++ b/less/type.less @@ -244,7 +244,7 @@ blockquote { } } - // Deprecating small and .small for v3.1 + // Note: Deprecated small and .small as of v3.1.0 // Context: https://github.com/twbs/bootstrap/issues/11660 footer, small, @@ -262,7 +262,7 @@ blockquote { // Opposite alignment of blockquote // -// Heads up: `blockquote.pull-right` has been deprecated as of v3.1. +// Heads up: `blockquote.pull-right` has been deprecated as of v3.1.0. .blockquote-reverse, blockquote.pull-right { padding-right: 15px; |
