mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 14:09:19 +00:00
[website] [style] [minor] padding in blog categories
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<p>
|
<p>
|
||||||
<input id="lead-email" type="email"
|
<input id="lead-email" type="email"
|
||||||
class="form-control" placeholder="Your Email Id">
|
class="form-control" placeholder="Your Email Id (optional)">
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<button type="submit" id="login_btn"
|
<button type="submit" id="login_btn"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<hr />
|
<hr />
|
||||||
{% if categories %}
|
{% if categories %}
|
||||||
<h5>Explore posts by categories</h5>
|
<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 %}
|
{% for category in categories %}
|
||||||
<li><a href="blog?category={{ category }}">{{ category }}</a>
|
<li><a href="blog?category={{ category }}">{{ category }}</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user