[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

@ -8,7 +8,7 @@
<div class="panel-body">
<p>
<input id="lead-email" type="email"
class="form-control" placeholder="Your Email Id">
class="form-control" placeholder="Your Email Id (optional)">
</p>
<p>
<button type="submit" id="login_btn"

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 %}