Skip to content

Commit

Permalink
Fixed body style to account for full-page map
Browse files Browse the repository at this point in the history
  • Loading branch information
migurski committed Dec 13, 2011
1 parent 6e93b17 commit 2c804ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TileStache/Core.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,10 +478,10 @@ def _preview(layer):
return """<!DOCTYPE html>
<html>
<head>
<title>TileStache Preview: %(layername)s</title>
<title>TileStache Preview: %(layername)s</title>
<script src="http://code.modestmaps.com/tilestache/modestmaps.min.js" type="text/javascript"></script>
</head>
<body>
<body style="position: absolute; width: 100%%; height: 100%%;">
<script type="text/javascript">
<!--
Expand Down

0 comments on commit 2c804ec

Please sign in to comment.