aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2012-11-19 11:56:08 +0100
committerMatěj Cepl <mcepl@redhat.com>2012-11-19 12:07:59 +0100
commitc6bd8af531a83fb876d4540e615bcb4d0a1c2718 (patch)
tree380fa653151d8e23617f847b6a3d83f6c72f8c4e /templates/base.html
parent3d0c8ac713ec35e943f001308bc7b9590a06eeef (diff)
downloadhesla-c6bd8af531a83fb876d4540e615bcb4d0a1c2718.tar.gz
Preliminary attempt to do swipe handling.
No work on mobile browser.
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 86b153f..0d79a90 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -6,7 +6,7 @@
<html manifest="hesla.appcache">
<head>
<meta charset="utf-8"/>
- <meta content="width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=yes" name="viewport"/>
+ <meta content="width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=yes" name="viewport"/>
<link href="screen.css" type="text/css" rel="stylesheet"/>
<title>{{ title }}</title>
<script src="hesla.js" type="text/javascript" defer="defer">