summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJayaram Pai2013-11-19 21:02:05 +0530
committerJayaram Pai2013-11-19 21:02:05 +0530
commite8b0d5eed90d59e0de91fbf1c81801947af118ed (patch)
treec28e4fe75021d166ea9029ce8c28a7a49844100b
parente20e5e268d36a61a38ec69bf87d024bb94cc4e64 (diff)
downloadSciPy2013-e8b0d5eed90d59e0de91fbf1c81801947af118ed.tar.gz
SciPy2013-e8b0d5eed90d59e0de91fbf1c81801947af118ed.tar.bz2
SciPy2013-e8b0d5eed90d59e0de91fbf1c81801947af118ed.zip
reverting to commit: shfting to overide
-rw-r--r--website/templates/index.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/website/templates/index.html b/website/templates/index.html
index ab0b33f..007fbfb 100644
--- a/website/templates/index.html
+++ b/website/templates/index.html
@@ -1,15 +1,22 @@
{% load static %}
<!DOCTYPE html>
<!--[if lt IE 9]> <html class="no-js lt-ie9"> <![endif]-->
+<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<!-- ADD THIS LINE TO MAKE IT WORK -->
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" >
<meta name="viewport" content="width=device-width" />
<title>Scipy India 2013 | IIT Bombay</title>
+ <!-- Foundation 3 for IE 8 and earlier -->
+ <!--[if lt IE 9]>
+ <link rel="stylesheet" href="{% static 'css/foundation3/foundation.css' %}">
+ <link rel="stylesheet" href="{% static 'css/foundation3/app.css' %}">
+ <![endif]-->
+
<!-- If you are using CSS version, only link these 2 files, you may add app.css to use for your overrides if you like. -->
<link rel="stylesheet" href="{% static 'css/normalize.css' %}" />
<link rel="stylesheet" href="{% static 'css/foundation.css' %}" />