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