diff options
Diffstat (limited to 'website/templates')
-rw-r--r-- | website/templates/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/website/templates/index.html b/website/templates/index.html index cc8997f..69a0d72 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -10,7 +10,6 @@ <!-- Foundation 3 for IE 8 and earlier --> <!--[if lt IE 9]> - <link rel="stylesheet" href="{% static 'css/foundation3/normalize.css' %}"> <link rel="stylesheet" href="{% static 'css/foundation3/foundation.css' %}"> <link rel="stylesheet" href="{% static 'css/foundation3/app.css' %}"> <![endif]--> @@ -27,7 +26,7 @@ <body> <div id="header-wrapper"> - <div id="header-inner"> + <div id="header-inner"i class="lt-ie9"> <div class="lt-ie9"> <nav class="top-bar"> <ul class="title-area"> |