diff options
author | Jayaram Pai | 2013-11-19 19:25:24 +0530 |
---|---|---|
committer | Jayaram Pai | 2013-11-19 19:25:24 +0530 |
commit | 262a59d497ff83949d56a1c70480518a6f587c83 (patch) | |
tree | 62b4a88d273ab30011857c9771eb62916cfd2d2b /website/templates/index.html | |
parent | 42f881fb3d7e89cba57c646b0d70e960d6f5537d (diff) | |
download | SciPy2013-262a59d497ff83949d56a1c70480518a6f587c83.tar.gz SciPy2013-262a59d497ff83949d56a1c70480518a6f587c83.tar.bz2 SciPy2013-262a59d497ff83949d56a1c70480518a6f587c83.zip |
test-crossed-ie8
Diffstat (limited to 'website/templates/index.html')
-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"> |