diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-06-19 23:36:39 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-06-19 23:36:39 +0000 |
commit | 514a1c9a35b7699d8b1738887a9e076d29a0743c (patch) | |
tree | 4b67e9225d1d196a77c76589e7a63297b093a6b1 /templates | |
parent | baf1c32ccfadc63a3a64851c3338349f121acc05 (diff) |
none
Diffstat (limited to 'templates')
-rw-r--r-- | templates/mobile/archives/homepage.html | 2 | ||||
-rw-r--r-- | templates/mobile/base.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/mobile/archives/homepage.html b/templates/mobile/archives/homepage.html index ffe82d3..a925cf6 100644 --- a/templates/mobile/archives/homepage.html +++ b/templates/mobile/archives/homepage.html @@ -18,7 +18,7 @@ <span class="button"><a href="{{featured.get_absolute_url}}" title="{{featured.title}}">More »</a></span> </div> <div id="featured-image"> - <a href="{{featured.get_absolute_url}}" title="{{featured.title}}"><img src="{{featured.get_image_url}}" alt="{{ featured.title }}" class="post-image" /></a> + <a href="{{featured.get_absolute_url}}" title="{{featured.title}}"><img src="{{featured.get_image_url}}" alt="{{ featured.title }}" class="post-image" width=300 /></a> </div> </li> diff --git a/templates/mobile/base.html b/templates/mobile/base.html index f388359..ed4f76a 100644 --- a/templates/mobile/base.html +++ b/templates/mobile/base.html @@ -3,7 +3,7 @@ <head> <title>{% block pagetitle %}Luxagraf Mobile - Topografical Writings{% endblock %}</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <meta name="viewport" content="width=device-width" /> + <meta name="viewport" content="width = 320" /> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" |