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/pages/blog.html b/website/templates/pages/blog.html index 7483c7c..c9879fe 100644 --- a/website/templates/pages/blog.html +++ b/website/templates/pages/blog.html
@@ -11,7 +11,7 @@ {% set title="Blog" %} {% block content %} -<div class="span12"> +<div class="col-span-12"> <h2 id="blog-title">{{ blog_title }}</h2> {% if blog_introduction %} <p>{{ blog_introduction }}</p>