aboutsummaryrefslogtreecommitdiffstats
path: root/new-bootstrap2
diff options
context:
space:
mode:
authorWladislaw <infinity89@gmail.com>2013-04-24 12:09:49 +0300
committerWladislaw <infinity89@gmail.com>2013-04-24 12:09:49 +0300
commit8de98b30a54eb942c107d3a2d8c6908e9ed7049f (patch)
tree6d8585645fde7402dd4b2a3cffed29202a55ad77 /new-bootstrap2
parentc5aebd60a5d240733fd5ecd062d7563fb293843d (diff)
downloadpelican-themes-8de98b30a54eb942c107d3a2d8c6908e9ed7049f.zip
pelican-themes-8de98b30a54eb942c107d3a2d8c6908e9ed7049f.tar.gz
pelican-themes-8de98b30a54eb942c107d3a2d8c6908e9ed7049f.tar.bz2
Move hr to separate span8 div.
Looks more awesome.
Diffstat (limited to 'new-bootstrap2')
-rw-r--r--new-bootstrap2/templates/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/new-bootstrap2/templates/index.html b/new-bootstrap2/templates/index.html
index 5b2134b..4d11a80 100644
--- a/new-bootstrap2/templates/index.html
+++ b/new-bootstrap2/templates/index.html
@@ -14,6 +14,8 @@
<a class="btn btn-small" href="{{ SITEURL }}/{{ article.url }}">more ...</a>
</div>
</div>
+ </div>
+ <div class="span8">
<hr />
</div>
{% endfor %}