commit | d6c8235fb5ca570f8edb63e8b6bac1f14f31a2f8 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Thu Apr 18 17:43:21 2013 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Thu Apr 18 17:43:21 2013 +0530 |
tree | fb89fad4cb6b77fd44a4b6e1f2c4891290588e6f | |
parent | 1615f2f46c8772e11e924b9cc822afdcb85d6c19 [diff] [blame] |
[style] [upgrade] moved to bootstrap 3
diff --git a/website/templates/html/web_page.html b/website/templates/html/web_page.html index 6b8c914..884e7cb 100644 --- a/website/templates/html/web_page.html +++ b/website/templates/html/web_page.html
@@ -7,7 +7,7 @@ {% endblock %} {% block content %} -<div class="span12" style="margin-top: 15px;"> +<div class="col-span-12" style="margin-top: 15px;"> {% include "app/website/templates/html/slideshow.html" %} {{ main_section }} </div>