diff options
author | Jayaram Pai | 2013-11-19 18:16:27 +0530 |
---|---|---|
committer | Jayaram Pai | 2013-11-19 18:16:27 +0530 |
commit | 0975258f55896802ff0d60b60be2dc0fcd876bda (patch) | |
tree | 54b156f7906b60910e2d3ade2f4dc6b5561dfe7e | |
parent | 7e81316ae44f868dbcae5cf5891458a3601c7f37 (diff) | |
download | SciPy2013-0975258f55896802ff0d60b60be2dc0fcd876bda.tar.gz SciPy2013-0975258f55896802ff0d60b60be2dc0fcd876bda.tar.bz2 SciPy2013-0975258f55896802ff0d60b60be2dc0fcd876bda.zip |
adding twelve columns to top bar
-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 be87995..4d689f1 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="twelve columns"> <nav class="top-bar"> <ul class="title-area"> <li class="name"> @@ -69,6 +70,7 @@ </ul> <!-- /right --> </section> </nav> + </div> </div> <!-- /header-inner --> </div> <!-- /header-wrapper --> |