diff options
author | matthew <matthew> | 2008-01-31 10:30:37 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-01-31 10:30:37 +0000 |
commit | f7d7b527a29104edebfce0752f7a3ae2eda2bd68 (patch) | |
tree | 2546f7fd991f49849e1f2ed3255193408709ab63 /web/css.css | |
parent | 468ef73c5c9b7746eb5eaa67565ef520c1ddd1e0 (diff) |
Tweaks after testing.
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 */ |