diff options
author | matthew <matthew> | 2008-04-14 16:05:57 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-04-14 16:05:57 +0000 |
commit | c965cbaf378f4ba55f3141ada8403e95a4da37af (patch) | |
tree | 597aeec05682a7b370b7fecc891d822e393d4692 /web/css | |
parent | c30be800d4cc2ab4339d9be41cdae0278c76c91c (diff) |
Pins/compass from top left of map, not top right, so can change size more easily.
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/core.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/web/css/core.css b/web/css/core.css index c2e32909a..a1fa31b64 100644 --- a/web/css/core.css +++ b/web/css/core.css @@ -39,7 +39,7 @@ dt { .v { display: none; } -#error { +p#error { text-align: center; color: #cc0000; font-size: larger; @@ -56,6 +56,7 @@ ul#error { padding-right: 4px; border: solid 1px #cc0000; text-align: left; + font-size: larger; } /* Site-wide layout */ @@ -213,11 +214,11 @@ p#copyright { #compass { background-color: #ffffff; border: solid 1px #000000; - border-width: 0 1px 1px 1px; + border-width: 0 1px 1px 0; color: #000000; position: absolute; top: 0px; - right: 439px; + left: 0px; } #compass img { |