Add line breaks between rules.

This commit is contained in:
Matt Sweeney 2013-06-05 22:39:28 -07:00
parent 17174c3bc2
commit e3e65d33af

View File

@ -3,7 +3,9 @@
margin: 0.7em 0 0; margin: 0.7em 0 0;
} }
.pure-form input[type='text'], .pure-form button, .pure-form label { .pure-form input[type='text'],
.pure-form button,
.pure-form label {
margin-bottom: 0.3em; margin-bottom: 0.3em;
display: block; display: block;
} }