diff options
Diffstat (limited to 'web/css/core.css')
-rw-r--r-- | web/css/core.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/web/css/core.css b/web/css/core.css index ad600023a..20969ef1d 100644 --- a/web/css/core.css +++ b/web/css/core.css @@ -23,7 +23,7 @@ label { width: 5em; } -#fieldset { +fieldset, #fieldset { border: none; padding: 0.5em; } @@ -73,7 +73,7 @@ ul#error { /* Front page */ -#expl { +p#expl { text-align: center; font-size: 150%; margin: 0 2em; @@ -268,6 +268,9 @@ p#copyright { margin: 0; } +#closest_problems { + margin-bottom: 0; +} #alert_links { float: right; } |