diff --git a/css/form.css b/css/form.css index badff4f..9b06ea8 100644 --- a/css/form.css +++ b/css/form.css @@ -15,6 +15,10 @@ fieldset { margin: 10px; } +form > :first-child { + margin-top: 0px; +} + input, label, legend { font-family: monospace; color: white; @@ -66,10 +70,6 @@ form img { width: 16px; } -form > * { - margin-top: 10px; -} - hr { width: 100%; border: none;