2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03: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
+1 -1
View File
@@ -425,7 +425,7 @@ input[type="checkbox"] {
width: 100%;
}
.control-label {
.form-control-label {
margin-bottom: 0;
vertical-align: middle;
}
+1 -1
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,