ensure help-block is block per #1937

This commit is contained in:
Mark Otto 2012-02-12 22:49:06 -08:00
parent cbe10bd591
commit ce5976fb29
3 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -832,6 +832,7 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
color: #999999;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 0;
color: #999999;

View File

@ -327,6 +327,7 @@ select:focus:required:invalid {
// ---------
.help-block {
display: block; // account for any element using help-block
margin-top: 5px;
margin-bottom: 0;
color: @grayLight;