diff options
author | Jayaram Pai | 2013-11-19 19:03:36 +0530 |
---|---|---|
committer | Jayaram Pai | 2013-11-19 19:03:36 +0530 |
commit | a7b38480af61e3a531fa24654d05cb065418960c (patch) | |
tree | 63db6ade594643267b1b0638cee902d613efddc1 /website/templates/index.html | |
parent | 28d10ca5b05d8130b5f3ae34e2b8df8b3d325d2d (diff) | |
download | SciPy2013-a7b38480af61e3a531fa24654d05cb065418960c.tar.gz SciPy2013-a7b38480af61e3a531fa24654d05cb065418960c.tar.bz2 SciPy2013-a7b38480af61e3a531fa24654d05cb065418960c.zip |
ie8 topbar fix
Diffstat (limited to 'website/templates/index.html')
-rw-r--r-- | website/templates/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/website/templates/index.html b/website/templates/index.html index e2a658b..cc8997f 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -28,6 +28,7 @@ <div id="header-wrapper"> <div id="header-inner"> + <div class="lt-ie9"> <nav class="top-bar"> <ul class="title-area"> <li class="name"> @@ -69,6 +70,7 @@ </ul> <!-- /right --> </section> </nav> + </div> <!-- lt-ie9 --> </div> <!-- /header-inner --> </div> <!-- /header-wrapper --> |