Fix legend padding.

master
Nick Sergeant 2012-02-15 11:03:01 -05:00
parent e284a28aba
commit 0ffa921bba
1 changed files with 7 additions and 0 deletions

View File

@ -929,5 +929,12 @@ body.static {
div.form-actions {
margin-top: 27px;
}
fieldset {
padding-top: 27px;
legend {
margin: 0;
}
}
}
}