diff options
Diffstat (limited to 'design/templates')
-rw-r--r-- | design/templates/base.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/design/templates/base.html b/design/templates/base.html index 6f3dc0a..f84dffa 100644 --- a/design/templates/base.html +++ b/design/templates/base.html @@ -7,9 +7,6 @@ content="{% block metadescription %}Luxagraf: recording journeys around the world and just next door.{% endblock %}"> <meta name="author" content="Scott Gilbertson"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <!--[if IE]> - <script src="/js/html5css3ie.min.js"></script> - <![endif]--> <link rel="alternate" type="application/rss+xml" title="Luxagraf RSS feed" @@ -17,18 +14,21 @@ {%block stylesheet%}<link rel="stylesheet" href="/media/screenv8.css" media="screen">{%endblock%} - <!--[if IE]> + <!--[if lte IE 8]> <link rel="stylesheet" href="/media/iev8.css" media="screen"> <![endif]--> + <!--[if lt IE 9]> + <script src="/media/js/html5css3ie.min.js"></script> + <![endif]--> {%block extrahead%}{%endblock%} </head> <body {%block bodyid%}{%endblock%}{%block bodyevents%}{%endblock%}> <div class="wrapper"> <div class="header-wrapper"> <header role="banner"> - <h1><a id="logo" href="/" title="home">Luxagraf</a></h1> + <h1><a class="logo" id="logo" href="/" title="home">Luxagraf</a></h1> <h2>Walk Slowly</h2> </header> <nav role="navigation" class="bl"> |