aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-28 13:07:01 -0800
committerMark Otto <[email protected]>2012-01-28 13:07:01 -0800
commit296d06a285d91200b4063f3bdde65c094495ee24 (patch)
treebe2166daaccad868c94e0ea855f2491335f6ab5b /less/forms.less
parent70c6a6cd855a617b086682ef919e02cf67d4e86e (diff)
downloadbootstrap-296d06a285d91200b4063f3bdde65c094495ee24.tar.xz
bootstrap-296d06a285d91200b4063f3bdde65c094495ee24.zip
add checkbox/radio border for ios in responsive
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less3
1 files changed, 1 insertions, 2 deletions
diff --git a/less/forms.less b/less/forms.less
index f327b4faa..3792bf420 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -84,8 +84,7 @@ input[type="radio"] {
margin: 3px 0;
*margin-top: 0; /* IE7 */
line-height: normal;
- border: none;
- border: initial;
+ border: 0;
cursor: pointer;
border-radius: 0 e("\0/");
}