help block added

This commit is contained in:
Athou
2014-11-10 09:12:10 +01:00
parent a94ef980bb
commit 281e015376
3 changed files with 9 additions and 2 deletions

View File

@@ -43,6 +43,10 @@ label {
display: block;
}
.pre-wrap {
white-space: pre-wrap;
}
.form-horizontal .control-group {
margin-bottom: 10px;
}