FogBugz #119: Add some more space between form entry lines.

This commit is contained in:
Roland Jesse 2012-06-10 22:42:30 +02:00
parent 03fdf6990a
commit 3d08365203

View file

@ -286,6 +286,8 @@ form fieldset.login {
/* Styles for entry forms. */
.controls { margin-bottom: 3px; }
.form_content fieldset {
background: #efe;
}