X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/37bd2971b49da9364fe5dd25415e97e38b34abd7..8c9544e60a6b4699a475623aed179bfb6bc96337:/public/stylesheets/site.css?ds=sidebyside diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index 9b29cd806..2c7e454db 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -1,4 +1,3 @@ - a { color: #0000ff; text-decoration: none; @@ -70,7 +69,7 @@ body { padding-top: 5px; padding-bottom: 7px; font-size: 13px; - background: url(tab_bottom.gif) repeat-x bottom; + background: url('/images/tab_bottom.gif') repeat-x bottom; } #intro { @@ -246,7 +245,7 @@ hides rule from IE5-Mac \*/ margin: 0; padding-left: 215px; padding-top: 5px; - background: url(tab_bottom.gif) repeat-x bottom; + background: url('/images/tab_bottom.gif') repeat-x bottom; } #tabnav li { @@ -373,10 +372,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 +407,6 @@ hides rule from IE5-Mac \*/ list-style: square; } +input { + border: 1px solid black; +}