]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
increase margin on checkboxes and radios to center properly
authorMark Otto <markotto@twitter.com>
Wed, 1 Aug 2012 18:35:31 +0000 (11:35 -0700)
committerMark Otto <markotto@twitter.com>
Wed, 1 Aug 2012 18:35:31 +0000 (11:35 -0700)
docs/assets/css/bootstrap.css
less/forms.less

index a3451fd93344ca642132c9a4f2d56b00f79240f7..22b8e332899e0dc7f6437fad8f233bb213edb10e 100644 (file)
@@ -1012,7 +1012,7 @@ input[type="color"]:focus,
 
 input[type="radio"],
 input[type="checkbox"] {
-  margin: 3px 0;
+  margin: 4px 0;
   *margin-top: 0;
   /* IE7 */
 
index d127a5e9a2be381c051023c2759c4f9eac65f96e..b2095e6f432c9355c4144dc65a02c0f85ee95cf1 100644 (file)
@@ -132,7 +132,7 @@ input[type="color"],
 // Position radios and checkboxes better
 input[type="radio"],
 input[type="checkbox"] {
-  margin: 3px 0;
+  margin: 4px 0;
   *margin-top: 0; /* IE7 */
   line-height: normal;
   cursor: pointer;