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

View File

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