aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-29 13:25:13 -0800
committerMark Otto <[email protected]>2012-01-29 13:25:13 -0800
commit278858e70698f0dcf8651cb59b13e48fe756d8bd (patch)
treeba4f25426328ea76e59f0b6d53476dd85fa75504 /less
parent9fa8bde44d9bb6f26b16c7633a01bbe5ce7b20a4 (diff)
downloadbootstrap-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')
-rw-r--r--less/forms.less2
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;