X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d62da73ad704c5689668d6ad0b67aa76977c1775..48929e8781f9c136a142400a7a2ef1cf994f74fd:/public/stylesheets/common.css diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index 1464c9807..098a9ddd9 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -611,10 +611,6 @@ hr { white-space: nowrap; } -#changeset_list.th { - font-weight: bold; -} - /* Rules for the data browser */ #browse_navigation { @@ -637,6 +633,19 @@ hr { border: solid 1px black; } +#browse_map_changeset { + float: right; + width: 100%; + text-align: right; + margin-left: 10px; +} + +#browse_map_changeset #small_map { + width: 100%; + height: 315px; + border: solid 1px black; +} + /* Rules for the trace list shown by the traces tab etc */ #trace_list {