diff options
Diffstat (limited to 'web/css.css')
-rw-r--r-- | web/css.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/web/css.css b/web/css.css index c45ea8be6..dc24424e2 100644 --- a/web/css.css +++ b/web/css.css @@ -178,7 +178,12 @@ ul#error { #advert_thin { width: 50%; - margin: 0 auto; + margin: 1em auto; + border-top: dotted 1px #999999; +} +#advert_hfymp { + border-top: dotted 1px #999999; + text-align: center; } /* Front page */ |