diff options
author | Wladislaw <infinity89@gmail.com> | 2013-04-24 12:09:49 +0300 |
---|---|---|
committer | Wladislaw <infinity89@gmail.com> | 2013-04-24 12:09:49 +0300 |
commit | 8de98b30a54eb942c107d3a2d8c6908e9ed7049f (patch) | |
tree | 6d8585645fde7402dd4b2a3cffed29202a55ad77 /new-bootstrap2/templates | |
parent | c5aebd60a5d240733fd5ecd062d7563fb293843d (diff) | |
download | pelican-themes-8de98b30a54eb942c107d3a2d8c6908e9ed7049f.tar.gz |
Move hr to separate span8 div.
Looks more awesome.
Diffstat (limited to 'new-bootstrap2/templates')
-rw-r--r-- | new-bootstrap2/templates/index.html | 2 |
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 %} |