diff options
author | Jayaram Pai | 2013-11-19 20:57:31 +0530 |
---|---|---|
committer | Jayaram Pai | 2013-11-19 20:57:31 +0530 |
commit | e20e5e268d36a61a38ec69bf87d024bb94cc4e64 (patch) | |
tree | c97fe7c8dda397607dc111602b8b32d73218f135 /website | |
parent | e6cfe081cdbedfe8ef71061240cc68f082c1a3ac (diff) | |
download | SciPy2013-e20e5e268d36a61a38ec69bf87d024bb94cc4e64.tar.gz SciPy2013-e20e5e268d36a61a38ec69bf87d024bb94cc4e64.tar.bz2 SciPy2013-e20e5e268d36a61a38ec69bf87d024bb94cc4e64.zip |
check
Diffstat (limited to 'website')
-rw-r--r-- | website/static/css/override.css | 1 | ||||
-rw-r--r-- | website/templates/index.html | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/website/static/css/override.css b/website/static/css/override.css index bd53a55..517f503 100644 --- a/website/static/css/override.css +++ b/website/static/css/override.css @@ -113,6 +113,7 @@ .lt-ie9 .row { *zoom: 1; } .lt-ie9 .row:before, .row:after { content: " "; display: table; } .lt-ie9 .row:after { clear: both; } + .lt-ie9 .top-bar { background: #2f2f2f; *zoom: 1; diff --git a/website/templates/index.html b/website/templates/index.html index 6541738..ab0b33f 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -1,6 +1,6 @@ {% load static %} <!DOCTYPE html> -<!--[if lt IE 9]> <html class="no-js lt-ie9" lang="en"> <![endif]--> +<!--[if lt IE 9]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> <head> <meta charset="utf-8" /> |