diff options
author | Jayaram Pai | 2013-11-19 18:35:01 +0530 |
---|---|---|
committer | Jayaram Pai | 2013-11-19 18:35:01 +0530 |
commit | 1f89bf6910c65f9d359b47087740dde050245987 (patch) | |
tree | 55fcd0ac05909fb23b7fb6368b28b655c99e62e0 | |
parent | 35644f7cd9ad196887737fd869c6f11aa48eb951 (diff) | |
download | SciPy2013-1f89bf6910c65f9d359b47087740dde050245987.tar.gz SciPy2013-1f89bf6910c65f9d359b47087740dde050245987.tar.bz2 SciPy2013-1f89bf6910c65f9d359b47087740dde050245987.zip |
sponsors column fix for ie
-rw-r--r-- | website/templates/index.html | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/website/templates/index.html b/website/templates/index.html index be87995..89443bf 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -107,23 +107,21 @@ <section id="sponsors"> <h5 align="center">Sponsors</h5> <div class="row"> - <ul class="large-block-grid-3"> - <li class="three"> + <div class="four large-4 columns"> <a href="http://www.jpmorgan.com" target="_blank"> <img src="{% static 'img/jp-logo.jpg' %}" style=" width: 95%; margin: 25px 0 0 0;"> </a> - </li> - <li class="three"> + </div> + <div class="four large-4 columns"> <a href="http://www.enthought.com/" target="_blank"> - <img src="{% static 'img/enthought-logo.png' %}" style="width: 100%; margin: 25px 0 0 20px;"> + <img src="{% static 'img/enthought-logo.png' %}" style="width: 100%; margin: 25px 0 0 45px;"> </a> - </li> - <li class="three"> + </div> + <div class="four large-4 columns"> <a href="http://mhrd.gov.in" target="_blank"> - <img src="{% static 'img/mhrd-logo.png' %}" style="width: 45%; margin: 15px 0 0 0;"> + <img src="{% static 'img/mhrd-logo.png' %}" style="width: 45%; margin: 15px 0 0 120px;"> </a> - </li> - </ul> + </div> </div> <!-- /row --> </section> |