X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/43b3998657c9807a68e71609c568748c8337b95e..ff01f76293c8e2c95d8d13b289ca112c449cfe44:/public/stylesheets/site.css diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index 222c93280..764d8971b 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -277,6 +277,12 @@ hides rule from IE5-Mac \*/ font-size: 10px; } +hr { + border: none; + background-color: #ccc; + color: #ccc; + height: 1px; +} .gpxsummary { font-size: 12px; @@ -527,14 +533,16 @@ input[type="submit"] { border: 1px solid black; } -#accountForm TD { +#accountForm td { padding-bottom:10px; } -#accountForm .fieldName { + +.fieldName { text-align:right; font-weight:bold; } + .nohome .location { display: none; }