mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
correct css selector for .control-label, required in the docs but not in the CSS files
This commit is contained in:
+1
-1
@@ -503,7 +503,7 @@ select:focus:required:invalid {
|
||||
.clearfix();
|
||||
}
|
||||
// Float the labels left
|
||||
.control-group > label {
|
||||
.control-label {
|
||||
float: left;
|
||||
width: 140px;
|
||||
padding-top: 5px;
|
||||
|
||||
Reference in New Issue
Block a user