diff options
| author | Mark Otto <[email protected]> | 2012-11-29 23:33:09 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-29 23:33:09 -0800 |
| commit | f087b3428c6b48ee34b8da3991fc692e04719898 (patch) | |
| tree | 7b47cbe8931ad9a5e8b04799b841d9e91534f9c6 /less/forms.less | |
| parent | fe7b6decb17786c2cd1ce80205d06ad7a3f8ba0e (diff) | |
| download | bootstrap-f087b3428c6b48ee34b8da3991fc692e04719898.tar.xz bootstrap-f087b3428c6b48ee34b8da3991fc692e04719898.zip | |
remove element from selector
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less index 4e7617365..1e1a04bdf 100644 --- a/less/forms.less +++ b/less/forms.less @@ -673,7 +673,7 @@ legend + .control-group { input, select, textarea, - span.uneditable-input { + .uneditable-input { + .help-block { margin-top: @baseLineHeight / 2; } |
