docs: add default margins for form element

Change-Id: Ibce828e2f22193e1725420e90d4df408646f23dd
This commit is contained in:
Scott Main 2011-03-03 10:28:02 -08:00
parent b67b2f6bad
commit 75eb14bc1c

View file

@ -59,7 +59,7 @@ option {
padding:0 4px;
}
p {
p, form {
padding:0;
margin:0 0 1em;
}