aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-28 12:58:26 -0800
committerMark Otto <[email protected]>2012-01-28 12:58:26 -0800
commit70c6a6cd855a617b086682ef919e02cf67d4e86e (patch)
tree34420da6e4981941fb4c92ded163a10f82c38e68 /docs/assets/css/bootstrap.css
parentb77161f8647f791319c684a191c2308b6dd05100 (diff)
downloadbootstrap-70c6a6cd855a617b086682ef919e02cf67d4e86e.tar.xz
bootstrap-70c6a6cd855a617b086682ef919e02cf67d4e86e.zip
fix border and border radius on radios/checkboxes for iOS, fix forms docs alignment on small devices
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 8cd2d9e36..74cef08f2 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -534,6 +534,7 @@ input[type="image"], input[type="checkbox"], input[type="radio"] {
line-height: normal;
border: none;
+ border: initial;
cursor: pointer;
border-radius: 0 \0/;
}