summaryrefslogtreecommitdiff
path: root/map.css
diff options
context:
space:
mode:
Diffstat (limited to 'map.css')
-rw-r--r--map.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/map.css b/map.css
index 8741c61..c64beab 100644
--- a/map.css
+++ b/map.css
@@ -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;
+}
+