aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-02-24 14:43:09 -0800
committerChris Rebert <[email protected]>2014-02-24 14:43:09 -0800
commit754791e3d9b67fd71b6a1250f93ea9723b68e221 (patch)
treea2b8fa8f959eb364e75440cefb58a2ae20244d2f /less/forms.less
parent113fc1ded0ae49cec9c8f5a99060661976fd1ff3 (diff)
downloadbootstrap-754791e3d9b67fd71b6a1250f93ea9723b68e221.tar.xz
bootstrap-754791e3d9b67fd71b6a1250f93ea9723b68e221.zip
fix #12836
Thanks @Quy.
Diffstat (limited to 'less/forms.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 24cb0da69..8c90e4fdf 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -51,7 +51,7 @@ input[type="search"] {
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
- margin-top: 1px \9; /* IE8-9 */
+ margin-top: 1px \9; // IE8-9
line-height: normal;
}