X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7cafcf878aa7114f9618feed7a835c232de2d498..209dece7d3b3b4161ede2f84784ab0cd63ed2166:/public/stylesheets/site.css diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index 0ebec9c59..51cde8392 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -529,6 +529,10 @@ input[type="text"], input[type="password"], textarea { border: 1px solid black; } +input[type="submit"] { + border: 1px solid black; +} + .nohome .location { display: none; } @@ -569,6 +573,14 @@ input[type="text"], input[type="password"], textarea { font-weight: normal; } +#sotminfo a:link { + text-decoration: underline; +} + +#sotminfo a:visited { + text-decoration: underline; +} + #permalink { z-index:10000; position:absolute;