summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2014-09-21 11:25:19 +0200
committerrekado <rekado@elephly.net>2014-09-21 11:25:19 +0200
commit169049da9cd33adbd4b523658d2ac13a5a20ec7b (patch)
tree5ba3bfb26faaa1181a7d072147e13034f99c38e3 /templates
parentffa9df3d4d362eb48af20e9cde51e7160fdff912 (diff)
update stylesheet to work better on small screens
Diffstat (limited to 'templates')
-rw-r--r--templates/default.html16
1 files changed, 7 insertions, 9 deletions
diff --git a/templates/default.html b/templates/default.html
index 3a3ad03..44913d0 100644
--- a/templates/default.html
+++ b/templates/default.html
@@ -1,16 +1,14 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
-"http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
- <head profile="http://www.w3.org/2005/10/profile">
+<!DOCTYPE html>
+<html>
+ <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <meta name='viewport' content='width=320' />
+ <meta http-equiv="Content-Language" content="en" />
+ <meta name="viewport" content="width=device-width" />
<title>rekado - $title$</title>
<link rel="openid2.provider" href="https://openid.stackexchange.com/openid/provider" />
<link rel="openid2.local_id" href="https://openid.stackexchange.com/user/0f8f09d4-a2f3-429f-8752-b53a328c255c" />
- <link rel="stylesheet" type="text/css" href="/css/reset.css" />
- <link rel="stylesheet" type="text/css" href="/css/screen.css" />
- <link rel="stylesheet" type="text/css" href="/css/mobile.css" />
+ <link rel="stylesheet" media="screen" type="text/css" href="/css/reset.css" />
+ <link rel="stylesheet" media="screen" type="text/css" href="/css/screen.css" />
<link rel="shortcut icon" href="http://elephly.net/favicon.ico" />
<script type="text/javascript" src="/js/libs/jquery-1.6.2.min.js"></script>
<script type="text/javascript" src="/js/deobfuscate.js"></script>