This commit is contained in:
Mark Otto 2015-04-29 12:02:02 -07:00
parent d31ec33908
commit b8fa32edd2
7 changed files with 14 additions and 10 deletions

View file

@ -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;
}

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -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;
}

Binary file not shown.

File diff suppressed because one or more lines are too long