diff options
Diffstat (limited to 'template/yoga/default-layout.css')
-rw-r--r-- | template/yoga/default-layout.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index 647f27781..2b43bc5bc 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -80,6 +80,12 @@ FORM P { margin-top: 2em; margin-bottom: 2em; } + +FORM FIELDSET P { + margin-top: 1em; + margin-bottom: 0; +} + .small { font-size: 80%; } |