Remove viewport initial-scale, fixing need to zoom out on load.

This commit is contained in:
Matt Lilek
2011-09-14 12:29:09 -07:00
committed by Max Goodman
parent f862965327
commit 626bf7d2e4

View File

@@ -36,7 +36,7 @@
<meta name="title" content="${self.Title()}" />
<meta name="description" content="${getattr(thing, 'short_description', None) or g.short_description}" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=800, initial-scale=1" />
<meta name="viewport" content="width=800" />
${self.robots()}
${self.stylesheet()}