diff options
author | Christian Pointner <equinox@ffgraz.net> | 2008-12-05 14:16:35 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2008-12-05 14:16:35 +0000 |
commit | f47521db9de4b14ab56fc0f86a84407dd07165f2 (patch) | |
tree | 562bc266fce530cd2b6675ad6718cd61c63a1ef1 /map.css | |
parent | c8e8a9404112b449a546249b6ead075feb031f82 (diff) |
cosmetic changes
Diffstat (limited to 'map.css')
-rw-r--r-- | map.css | 43 |
1 files changed, 24 insertions, 19 deletions
@@ -1,30 +1,35 @@ +* { + margin: 0; + padding: 0; +} + body { - background: black; - margin: 0; - padding: 0; + background: black; + margin: 0; + padding: 0; } div.box { - font-size: 8pt; - background-color: #FFFFFF; - border: 2px solid #000000; - padding: 8px; - -moz-border-radius: 10px; - border-radius: 10px; - z-index: 99; - opacity: .7; - filter: alpha(opacity=70); + font-size: 8pt; + background-color: #FFFFFF; + border: 2px solid #000000; + padding: 8px; + -moz-border-radius: 10px; + border-radius: 10px; + z-index: 99; + opacity: .7; + filter: alpha(opacity=70); } #visibox { - position: absolute; - right: 20px; - top: 20px; - width: 20em; + position: absolute; + right: 10px; + top: 10px; + width: 20em; } #addressbox { - position: absolute; - right: 20px; - bottom: 20px; + position: absolute; + right: 10px; + bottom: 10px; } |