Adds top and bottom margin to form-description

This commit is contained in:
Bernd Erk 2015-11-12 22:34:52 +01:00
parent 1169b22831
commit 1a99bb73ee
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ label {
.form-errors, .form-errors ul,
form .errors, form .errors ul {
// Reset defaults
margin: 0;
margin: 5 0;
padding: 0;
list-style-type: none;
}