Spaces and blogger name fixed
This commit is contained in:
parent
e1b7f40cc9
commit
ae5ee30a78
3 changed files with 21 additions and 27 deletions
|
|
@ -382,6 +382,15 @@ h5,
|
|||
h6 {
|
||||
font-weight: 400;
|
||||
}
|
||||
h1 a,
|
||||
h2 a,
|
||||
h3 a,
|
||||
h4 a,
|
||||
h5 a,
|
||||
h6 a {
|
||||
color: inherit !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
.navbar-brand {
|
||||
max-width: none;
|
||||
}
|
||||
|
|
@ -582,7 +591,8 @@ fieldset {
|
|||
margin-top: 15px;
|
||||
}
|
||||
.web-list-item {
|
||||
padding: 15px 0px;
|
||||
padding-top: 15px;
|
||||
padding-bottom: 45px;
|
||||
border-bottom: 1px solid #EBEFF2;
|
||||
}
|
||||
.web-list-item h1,
|
||||
|
|
@ -590,15 +600,6 @@ fieldset {
|
|||
.web-list-item h3 {
|
||||
margin-top: 10px;
|
||||
}
|
||||
.web-list-item h1 a,
|
||||
.web-list-item h2 a,
|
||||
.web-list-item h3 a,
|
||||
.web-list-item h4 a,
|
||||
.web-list-item h5 a,
|
||||
.web-list-item h6 a {
|
||||
color: inherit !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
.blog-info {
|
||||
text-align: center;
|
||||
margin-top: 30px;
|
||||
|
|
|
|||
|
|
@ -20,6 +20,13 @@ a& {
|
|||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-weight: 400;
|
||||
|
||||
// anchor inside header should not be styled
|
||||
a {
|
||||
color: inherit !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -269,19 +276,13 @@ fieldset {
|
|||
}
|
||||
|
||||
.web-list-item {
|
||||
padding: 15px 0px;
|
||||
padding-top: 15px;
|
||||
padding-bottom: 45px;
|
||||
border-bottom: 1px solid @light-border-color;
|
||||
|
||||
h1, h2, h3 {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
a {
|
||||
color: inherit !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// .web-list-item:hover {
|
||||
|
|
|
|||
|
|
@ -16,12 +16,4 @@
|
|||
|
||||
{% block script %}
|
||||
<script>{% include "templates/includes/list/list.js" %}</script>
|
||||
{% endblock %}
|
||||
|
||||
{% block style %}
|
||||
<style>
|
||||
.page-content {
|
||||
padding: 0px;
|
||||
}
|
||||
</style>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
Loading…
Add table
Reference in a new issue