Add a bit of white space under fieldsets.

This commit is contained in:
Chad Kieffer
2009-11-07 00:13:31 -07:00
parent ca6c8c5b87
commit c9d38e606f

View File

@@ -88,10 +88,18 @@ a:hover,
/* Forms ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
fieldset {
margin-bottom: 1em;
}
#g-dialog form {
width: 270px;
}
#g-dialog fieldset {
margin-bottom: 0;
}
/* Tables ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
table {