aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap-responsive.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-responsive.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-responsive.css')
-rw-r--r--docs/assets/css/bootstrap-responsive.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css
index e91f25539..0d975824b 100644
--- a/docs/assets/css/bootstrap-responsive.css
+++ b/docs/assets/css/bootstrap-responsive.css
@@ -20,7 +20,8 @@
padding-top: 0;
}
.form-horizontal .form-actions {
- padding-left: 0;
+ padding-left: 10px;
+ padding-right: 10px;
}
.modal {
position: absolute;