diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/default-layout.css | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index 4e96abe5a..c8b77d12e 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -163,25 +163,25 @@ FORM.filter FIELDSET LABEL SPAN SELECT { FORM.filter FIELDSET P { - clear: left; - display: block; + clear: left; + display: block; } FORM.filter INPUT[type="submit"] { - margin-top: 1em; + margin-top: 1em; } -FORM.properties UL, FORM#update UL { - list-style-type: none; - margin: 0; - padding: 0; +FORM.properties UL { + list-style-type: none; + margin: 0; + padding: 0; } -FORM.properties LI, FORM#update UL { - margin-bottom: 0.5em; - padding: 0; - line-height: 1.8em; - clear: left; +FORM.properties LI { + margin-bottom: 0.5em; + padding: 0; + line-height: 1.8em; + clear: left; } FORM.properties SPAN.property { |