diff options
Diffstat (limited to 'map.css')
-rw-r--r-- | map.css | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; |