From b8fa32edd27880a7792abf7a2659d17ef152be03 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 29 Apr 2015 12:02:02 -0700 Subject: le grunt --- docs/dist/css/bootstrap.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'docs/dist/css/bootstrap.css') diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 512f59b15..acf6ed35f 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -2185,7 +2185,7 @@ pre code { } .form-control-static { - min-height: 2rem; + min-height: 2.625rem; padding-top: .5625rem; padding-bottom: .5625rem; margin-bottom: 0; @@ -2221,12 +2221,14 @@ pre code { margin-bottom: .75rem; } .radio label, .checkbox label { - min-height: 1; padding-left: 1.25rem; margin-bottom: 0; font-weight: normal; cursor: pointer; } +.radio label input:only-child, .checkbox label input:only-child { + position: static; +} .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; @@ -3810,7 +3812,7 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto .breadcrumb { padding: .75rem 1rem; - margin-bottom: 1; + margin-bottom: 1rem; list-style: none; background-color: #eceeef; border-radius: .25rem; @@ -4089,7 +4091,7 @@ a.badge:focus, a.badge:hover { .alert { padding: 15px; - margin-bottom: 1; + margin-bottom: 1rem; border: 1px solid transparent; border-radius: .25rem; } -- cgit v1.2.3