From c608918511b28f60211be5beee837fc34619c02b Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 5 Dec 2008 14:39:03 +0000 Subject: fixed text color for divs --- map.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; -- cgit v1.2.1