summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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]-->