[website] [style] [minor] padding in blog categories

This commit is contained in:
Rushabh Mehta
2013-08-29 22:28:58 +05:30
parent f55631a51a
commit 010de37fcb
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
<hr />
{% if categories %}
<h5>Explore posts by categories</h5>
<ul class="breadcrumb" style="background-color: transparent; padding-left: 0px;">
<ul class="breadcrumb" style="background-color: transparent; padding-left: 20px;">
{% for category in categories %}
<li><a href="blog?category={{ category }}">{{ category }}</a>
{% endfor %}