summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorAudric Schiltknecht <storm@chemicalstorm.org>2014-05-09 15:10:49 +0200
committerAudric Schiltknecht <storm@chemicalstorm.org>2014-06-04 22:33:28 +0200
commit5205d0752267e6ce9d6937133517946b25c67260 (patch)
tree969798dd0b46fbd81b14c8314a858d116722416c /themes
parentf536f24d8b482b758220e69a9ee32c167dd50988 (diff)
downloadschiltknecht.org-5205d0752267e6ce9d6937133517946b25c67260.tar.gz
schiltknecht.org-5205d0752267e6ce9d6937133517946b25c67260.tar.bz2
schiltknecht.org-5205d0752267e6ce9d6937133517946b25c67260.zip
Petites correction W3C
Diffstat (limited to 'themes')
-rw-r--r--themes/dev-urandom/static/css/theme.css2
-rw-r--r--themes/dev-urandom/templates/base.html1
2 files changed, 1 insertions, 2 deletions
diff --git a/themes/dev-urandom/static/css/theme.css b/themes/dev-urandom/static/css/theme.css
index 85cac6d..de7d247 100644
--- a/themes/dev-urandom/static/css/theme.css
+++ b/themes/dev-urandom/static/css/theme.css
@@ -206,7 +206,7 @@ div.profil {
font-size: 1.5em;
}
-figure * { border: none; margin: auto; padding: auto; }
+figure * { border: none; margin: auto; padding: 0; }
@media screen and (max-width: 650px) {
body {
diff --git a/themes/dev-urandom/templates/base.html b/themes/dev-urandom/templates/base.html
index 3ee32a5..3eda596 100644
--- a/themes/dev-urandom/templates/base.html
+++ b/themes/dev-urandom/templates/base.html
@@ -3,7 +3,6 @@
<head>
{% block headers %}
<meta charset="utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=endge, chrome=IE8" />
<meta name="viewport" content="initial-scale=1.0, width=device-width, user-scalable=no" />
<title>{% block title %}{{ SITENAME }}{%endblock%}</title>
<!--[if lte IE 8]><script type="text/javascript" src="{{ SITEURL }}/theme/js/html5shiv.js"></script><![endif]-->