From 3578b0207d1df6573709a7d63d20ba9a4ef5e038 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 5 Dec 2008 14:34:41 +0000 Subject: fixed checkBrowser --- map.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'map.css') diff --git a/map.css b/map.css index 5b8926a..bcff2a2 100644 --- a/map.css +++ b/map.css @@ -5,13 +5,15 @@ body { background: black; + color: white; margin: 0; padding: 0; } div.box { font-size: 8pt; - background-color: #FFFFFF; + background-color: white; + color: black; border: 2px solid #000000; padding: 8px; -moz-border-radius: 10px; -- cgit v1.2.1