Modified:
trunk/ogmaps.py
Log:
killed the white space at the bottom
Modified: trunk/ogmaps.py
==============================================================================
--- trunk/ogmaps.py (original)
+++ trunk/ogmaps.py Mon Dec 3 11:56:54 2007
@@ -133,6 +133,7 @@
html = html.replace('http://mt3.google.com/mt?', 'data/tiles/mt?')
html = html.replace('body{margin-top: 3px;margin-bottom:
0;margin-left: 8px;}', 'body{margin:0px;}')
html = html.replace('#map {left: 20em;margin-left:
8px;margin-right: 20em;', '#map {')
+ html = html.replace('var height = getWindowHeight() - offsetTop -
10;', 'var height = getWindowHeight() - offsetTop;')
# get our kitchen
soup = BeautifulSoup(html)