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

remove element from selector

This commit is contained in:
Mark Otto
2012-11-29 23:33:09 -08:00
parent fe7b6decb1
commit f087b3428c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1958,7 +1958,7 @@ legend + .control-group {
.form-horizontal input + .help-block, .form-horizontal input + .help-block,
.form-horizontal select + .help-block, .form-horizontal select + .help-block,
.form-horizontal textarea + .help-block, .form-horizontal textarea + .help-block,
.form-horizontal span.uneditable-input + .help-block { .form-horizontal .uneditable-input + .help-block {
margin-top: 10px; margin-top: 10px;
} }
+1 -1
View File
@@ -673,7 +673,7 @@ legend + .control-group {
input, input,
select, select,
textarea, textarea,
span.uneditable-input { .uneditable-input {
+ .help-block { + .help-block {
margin-top: @baseLineHeight / 2; margin-top: @baseLineHeight / 2;
} }