diff options
| author | Mark Otto <[email protected]> | 2012-02-12 22:49:06 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-12 22:49:06 -0800 |
| commit | ce5976fb2901ec43c132fa7d517b9e2ca6041087 (patch) | |
| tree | 39eeafcf4105be69ba4e24fe0123590a7cc1ad8e /less | |
| parent | cbe10bd591412c5bff365c86451caacb7cedb4f8 (diff) | |
| download | bootstrap-ce5976fb2901ec43c132fa7d517b9e2ca6041087.tar.xz bootstrap-ce5976fb2901ec43c132fa7d517b9e2ca6041087.zip | |
ensure help-block is block per #1937
Diffstat (limited to 'less')
| -rw-r--r-- | less/forms.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less index eb98f1bcb..81e5bb42c 100644 --- a/less/forms.less +++ b/less/forms.less @@ -327,6 +327,7 @@ select:focus:required:invalid { // --------- .help-block { + display: block; // account for any element using help-block margin-top: 5px; margin-bottom: 0; color: @grayLight; |
