diff options
Diffstat (limited to 'map.css')
-rw-r--r-- | map.css | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -37,3 +37,17 @@ div.box { right: 10px; bottom: 10px; } + +div.btn { + color: #0000cc; + background-color: white; + border: 1px solid black; + font: small Arial; + text-decoration: underline; + text-align: center; + padding: 2px; + margin-bottom: 3px; + width: 10em; + cursor: pointer; +} + |