resize map to 800*600 px
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 3 Apr 2011 18:14:58 +0000 (20:14 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 3 Apr 2011 18:14:58 +0000 (20:14 +0200)
koha.html

index 74872a1..2af682e 100644 (file)
--- a/koha.html
+++ b/koha.html
@@ -89,8 +89,8 @@
      mapdiv.style.width = '100%';
      mapdiv.style.height = '100%';
     } else {     
-     mapdiv.style.width = '1024px';
-     mapdiv.style.height = '768px';
+     mapdiv.style.width = '800px';
+     mapdiv.style.height = '600px';
     }
    }