diff options
Diffstat (limited to 'map.css')
-rw-r--r-- | map.css | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -10,7 +10,7 @@ body { padding: 0; } -div { +div,table { color: black; } @@ -53,6 +53,12 @@ div.box { text-align: center; } +#visibox { + position: absolute; + top: 20em; + right: 10px; +} + div.btn { color: #0000cc; background-color: white; @@ -73,7 +79,11 @@ div.btn { width: 10em; } -*.locinfo { +*.locinfo,table { font-size: 8pt; color: black; } + +table.legend { + margin-top: 3px; +} |