Fixed BS .label class.

This commit is contained in:
Martin Edenhofer 2015-01-27 16:33:22 +01:00
parent f89f6fc47d
commit 1e8aaa37a8

View file

@ -572,8 +572,7 @@ h5 {
}
label,
.checkbox.form-group label,
.label {
.checkbox.form-group label {
text-transform: uppercase;
color: hsl(0,0%,60%);
display: block;
@ -592,7 +591,7 @@ fieldset {
fieldset .form-group {
padding: 0 4px;
&:last-child {
margin-bottom: 0;
}