diff options
Diffstat (limited to 'map.css')
-rw-r--r-- | map.css | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -38,6 +38,21 @@ div.box { bottom: 10px; } +#distboxOuter { + position: absolute; + width: 99%; + top: 10px; + background: none; + text-align: center; +} + +#distbox { + width: 14em; + margin: 0 auto; + font-weight: bold; + text-align: center; +} + div.btn { color: #0000cc; background-color: white; |