1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 23:04:32 +02:00

Update all usages of 'control-label' with 'form-control-label' in docs

This commit is contained in:
Andrew Smith
2015-08-25 17:12:18 +10:00
parent bf3bd2e037
commit b424626e97
4 changed files with 8 additions and 8 deletions

View File

@@ -425,7 +425,7 @@ input[type="checkbox"] {
width: 100%;
}
.control-label {
.form-control-label {
margin-bottom: 0;
vertical-align: middle;
}

View File

@@ -6,7 +6,7 @@
@mixin form-control-validation($color) {
// Color the label and help text
.help-block,
.control-label,
.form-control-label,
.radio,
.checkbox,
.radio-inline,