diff options
author | Jayaram Pai | 2013-11-19 20:22:14 +0530 |
---|---|---|
committer | Jayaram Pai | 2013-11-19 20:22:14 +0530 |
commit | 943bd041db34ad84eaa3ba43268c2f1661b5a6fc (patch) | |
tree | 1a6882ffdf0280b980d6f15dff7b662081f1c69e /website | |
parent | 2eb6f4dab0cb4b2153e5c108c443130ab17eefc8 (diff) | |
download | SciPy2013-943bd041db34ad84eaa3ba43268c2f1661b5a6fc.tar.gz SciPy2013-943bd041db34ad84eaa3ba43268c2f1661b5a6fc.tar.bz2 SciPy2013-943bd041db34ad84eaa3ba43268c2f1661b5a6fc.zip |
reverting to viewport commit
Diffstat (limited to 'website')
-rw-r--r-- | website/templates/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/website/templates/index.html b/website/templates/index.html index 449fe9e..8b725de 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -2,18 +2,18 @@ <!DOCTYPE html> <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> -<!--[if lt IE 9]> <html class="no-js lt-ie9"> <![endif]--> + <head> <meta charset="utf-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <!-- ADD THIS LINE TO MAKE IT WORK --> <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]--> @@ -71,7 +71,7 @@ </ul> <!-- /right --> </section> </nav> - </div> <!-- e9 --> + </div> <!-- lt-ie9 --> </div> <!-- /header-inner --> </div> <!-- /header-wrapper --> |