X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c8bf26711c935aa14af1cfd72d8badc39b130f85..2660ce1868fa8f27d8285e4afe55a7ce05e8d212:/public/stylesheets/site.css diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index c7f1b0085..51cde8392 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -525,7 +525,11 @@ hides rule from IE5-Mac \*/ list-style: square; } -input[type="text"] { +input[type="text"], input[type="password"], textarea { + border: 1px solid black; +} + +input[type="submit"] { border: 1px solid black; } @@ -569,6 +573,14 @@ input[type="text"] { font-weight: normal; } +#sotminfo a:link { + text-decoration: underline; +} + +#sotminfo a:visited { + text-decoration: underline; +} + #permalink { z-index:10000; position:absolute;