diff options
author | Jayaram Pai | 2013-11-19 20:16:01 +0530 |
---|---|---|
committer | Jayaram Pai | 2013-11-19 20:16:01 +0530 |
commit | 2dc3b6ff4ce8315ec51351e56dae8cdbac2f350b (patch) | |
tree | a3ca410de1c09ee49325d08f94e8ac088649b23a /website | |
parent | 6abe6d2728bf4c6e62f207b4889777f93c9bf548 (diff) | |
download | SciPy2013-2dc3b6ff4ce8315ec51351e56dae8cdbac2f350b.tar.gz SciPy2013-2dc3b6ff4ce8315ec51351e56dae8cdbac2f350b.tar.bz2 SciPy2013-2dc3b6ff4ce8315ec51351e56dae8cdbac2f350b.zip |
viewport and no-js change- head
Diffstat (limited to 'website')
-rw-r--r-- | website/templates/index.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/website/templates/index.html b/website/templates/index.html index 15d593d..9836b6f 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -2,15 +2,14 @@ <!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" /> + <meta name="viewport" content="width=device-widthdd" /> <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]--> @@ -68,7 +67,7 @@ </ul> <!-- /right --> </section> </nav> - </div> <!-- lt-ie9 --> + </div> <!-- e9 --> </div> <!-- /header-inner --> </div> <!-- /header-wrapper --> |