aboutsummaryrefslogtreecommitdiffstats
path: root/web/css.css
diff options
context:
space:
mode:
authormatthew <matthew>2006-09-20 16:47:51 +0000
committermatthew <matthew>2006-09-20 16:47:51 +0000
commitd984824465004def566ff4a58b85c5343453059b (patch)
tree8c79404c566f05a4bb0e05f181f84b1cfa21d9db /web/css.css
parentcf82cfb91e9474cd3154793e3f55c6ebb1dee258 (diff)
Use real tileserver (currently 254x254, y goes up), all seems to work!
Diffstat (limited to 'web/css.css')
-rw-r--r--web/css.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/css.css b/web/css.css
index e8fba38b8..a265bd359 100644
--- a/web/css.css
+++ b/web/css.css
@@ -46,8 +46,8 @@ a:hover, a:active {
#map {
border: solid 1px #000000;
- width: 500px;
- height: 500px;
+ width: 508px;
+ height: 508px;
position: relative;
top: 0;
overflow: hidden;