summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2011-02-23 13:37:19 -0500
committerluxagraf <sng@luxagraf.net>2011-02-23 13:37:19 -0500
commit61afc47e5e29d6824dc32e1c42c4d5270ad90635 (patch)
tree1e3d77d4b3e7c0cb08b983327c0780b472d71373 /templates/base.html
parent330e8fcb6793dc608d1ea1ee03726342260332df (diff)
reverted to separate ie stylesheet
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/templates/base.html b/templates/base.html
index 71e29b2..f63f2c0 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -8,7 +8,10 @@
<title>{% block pagetitle %}Luxagraf - Topografical Writings{% endblock %}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
-
+ <!--[if IE]>
+ <script src="{{MEDIA_URL}}js/html5css3ie.min.js"></script>
+ <script src="{{MEDIA_URL}}js/css3-mediaqueries.js"></script>
+ <![endif]-->
<link rel="alternate"
type="application/rss+xml"
title="RSS 2.0"
@@ -19,11 +22,6 @@
<link rel="stylesheet"
href="{{MEDIA_URL}}css/print.css"
media="print">{%endcomment%}
- <!--[if IE]>
- <link rel="stylesheet"
- href="{{MEDIA_URL}}css/ie.css"
- media="screen">
- <![endif]-->
<link rel="shortcut icon"
href="http://media.luxagraf.net/img/favicon.ico"
type="image/vnd.microsoft.icon">