diff options
author | Jayaram Pai | 2013-11-19 20:39:32 +0530 |
---|---|---|
committer | Jayaram Pai | 2013-11-19 20:39:32 +0530 |
commit | e07683df4cdddfa3524be81bef80f3f8d8cc9ce2 (patch) | |
tree | aeea59f1041f2bfae3443f70f07b6d0cc6195c4b | |
parent | 4854248ea1a2df4a9a722c8838a31e71cc012ced (diff) | |
download | SciPy2013-e07683df4cdddfa3524be81bef80f3f8d8cc9ce2.tar.gz SciPy2013-e07683df4cdddfa3524be81bef80f3f8d8cc9ce2.tar.bz2 SciPy2013-e07683df4cdddfa3524be81bef80f3f8d8cc9ce2.zip |
nav to ul
-rw-r--r-- | website/templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/templates/index.html b/website/templates/index.html index 9dfb269..5784a1e 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -29,7 +29,7 @@ <div id="header-wrapper"> <div id="header-inner"> - <nav class="top-bar"> + <ul class="top-bar"> <ul class="title-area"> <li class="name"> <h1><a href="{% url 'website:home' %}">Scipy India 2013</a></h1> @@ -69,7 +69,7 @@ </ul> <!-- /right --> </section> - </nav> + </ul> </div> <!-- /header-inner --> </div> <!-- /header-wrapper --> |