Commit 35fdddbc authored by Mark Otto's avatar Mark Otto

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

parent 418bf522
...@@ -977,7 +977,7 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec ...@@ -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;
......
...@@ -503,7 +503,7 @@ select:focus:required:invalid { ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment