2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

correct css selector for .control-label, required in the docs but not in the CSS files

This commit is contained in:
Mark Otto
2012-02-04 22:55:47 -08:00
parent 418bf5221a
commit 35fdddbc4f
3 changed files with 2 additions and 2 deletions
Binary file not shown.
+1 -1
View File
@@ -977,7 +977,7 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
.form-horizontal .control-group:after { .form-horizontal .control-group:after {
clear: both; clear: both;
} }
.form-horizontal .control-group > label { .form-horizontal .control-label {
float: left; float: left;
width: 140px; width: 140px;
padding-top: 5px; padding-top: 5px;
+1 -1
View File
@@ -503,7 +503,7 @@ select:focus:required:invalid {
.clearfix(); .clearfix();
} }
// Float the labels left // Float the labels left
.control-group > label { .control-label {
float: left; float: left;
width: 140px; width: 140px;
padding-top: 5px; padding-top: 5px;