X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/222d31e435f003ec59e84860d2fa5129449f69de..4f826acfca0ede6b7d4868e8bb45a608c44582ce:/public/stylesheets/site.css diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index 2a3896591..e18b182b9 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -1,4 +1,3 @@ - a { color: #0000ff; text-decoration: none; @@ -147,11 +146,11 @@ body { #content { - width: 700px; + /* width: 700px; */ padding: 0; /*padding-left: 1em;*/ margin: 0; - position: absolute; + position: absolute; left: 192px; top: 35px; background: none; @@ -167,7 +166,6 @@ body { text-align: center; } - #mapImage { position: absolute; left: 0px; @@ -176,9 +174,9 @@ body { top: 0px; left: 14px; } + #mapEpilog { font-size: x-small; - } #keyvalue { @@ -373,10 +371,8 @@ hides rule from IE5-Mac \*/ #notice { width: 400px; - border: 2px solid green; + border: 1px solid black; padding: 7px; - padding-bottom: 12px; - margin-bottom: 20px; background-color: #f0f0f0; } @@ -410,3 +406,6 @@ hides rule from IE5-Mac \*/ list-style: square; } +input { + border: 1px solid black; +}