diff options
| author | Mark Otto <[email protected]> | 2012-01-29 13:25:13 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-29 13:25:13 -0800 |
| commit | 278858e70698f0dcf8651cb59b13e48fe756d8bd (patch) | |
| tree | ba4f25426328ea76e59f0b6d53476dd85fa75504 /less/forms.less | |
| parent | 9fa8bde44d9bb6f26b16c7633a01bbe5ce7b20a4 (diff) | |
| download | bootstrap-278858e70698f0dcf8651cb59b13e48fe756d8bd.tar.xz bootstrap-278858e70698f0dcf8651cb59b13e48fe756d8bd.zip | |
fix form styles on prepend/append for consistency, update code docs with examples of the code snippets
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 6b0f5ec52..9d94a64b7 100644 --- a/less/forms.less +++ b/less/forms.less @@ -417,7 +417,7 @@ select:focus:required:invalid { min-width: 16px; height: @baseLineHeight; margin-right: -1px; - padding: 4px 4px 4px 5px; + padding: 4px 5px; font-weight: normal; line-height: @baseLineHeight; color: @grayLight; |
