summaryrefslogtreecommitdiff
path: root/map.css
diff options
context:
space:
mode:
authorChristian Pointner <equinox@ffgraz.net>2008-12-05 14:39:03 +0000
committerChristian Pointner <equinox@ffgraz.net>2008-12-05 14:39:03 +0000
commitc608918511b28f60211be5beee837fc34619c02b (patch)
tree92e818619ed67c950d6eb5028ed82b27e90356d9 /map.css
parent3578b0207d1df6573709a7d63d20ba9a4ef5e038 (diff)
fixed text color for divs
Diffstat (limited to 'map.css')
-rw-r--r--map.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/map.css b/map.css
index bcff2a2..4d859fc 100644
--- a/map.css
+++ b/map.css
@@ -10,10 +10,13 @@ body {
padding: 0;
}
+div {
+ color: black;
+}
+
div.box {
font-size: 8pt;
background-color: white;
- color: black;
border: 2px solid #000000;
padding: 8px;
-moz-border-radius: 10px;