diff options
author | matthew <matthew> | 2006-09-22 14:30:16 +0000 |
---|---|---|
committer | matthew <matthew> | 2006-09-22 14:30:16 +0000 |
commit | d13ef318f10e4158fd2e499dd074b67ea8b7c47c (patch) | |
tree | ae8d43926ab0272d52e4a0fd1d52dc258bd5cb64 /web/css.css | |
parent | b41d8f9583073b65840da536e95ae682aaddd4b3 (diff) |
Stop overlapping with map; smaller navigation; submit comment nice form.
Diffstat (limited to 'web/css.css')
-rw-r--r-- | web/css.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/web/css.css b/web/css.css index 0bef06a5d..f81ac2d59 100644 --- a/web/css.css +++ b/web/css.css @@ -3,6 +3,8 @@ body { font-family: "Gill Sans", "Gill Sans MT", Helvetica, Arial, sans-serif; + margin: 0; + padding: 1em; } h1 { @@ -36,14 +38,18 @@ ul#error { #navigation { position: absolute; - top: 1em; + top: 2em; right: 1em; - padding: 0.5em 1em 1em; + padding: 0.5em; background-color: #eeeeee; border: solid 2px #999999; margin: 0; list-style-type: none; } +#navigation li { + float: right; + padding: 0 0.5em; +} /* Forms */ |