@@ -382,6 +382,15 @@ h5, | |||||
h6 { | h6 { | ||||
font-weight: 400; | font-weight: 400; | ||||
} | } | ||||
h1 a, | |||||
h2 a, | |||||
h3 a, | |||||
h4 a, | |||||
h5 a, | |||||
h6 a { | |||||
color: inherit !important; | |||||
text-decoration: none; | |||||
} | |||||
.navbar-brand { | .navbar-brand { | ||||
max-width: none; | max-width: none; | ||||
} | } | ||||
@@ -582,7 +591,8 @@ fieldset { | |||||
margin-top: 15px; | margin-top: 15px; | ||||
} | } | ||||
.web-list-item { | .web-list-item { | ||||
padding: 15px 0px; | |||||
padding-top: 15px; | |||||
padding-bottom: 45px; | |||||
border-bottom: 1px solid #EBEFF2; | border-bottom: 1px solid #EBEFF2; | ||||
} | } | ||||
.web-list-item h1, | .web-list-item h1, | ||||
@@ -590,15 +600,6 @@ fieldset { | |||||
.web-list-item h3 { | .web-list-item h3 { | ||||
margin-top: 10px; | 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 { | .blog-info { | ||||
text-align: center; | text-align: center; | ||||
margin-top: 30px; | margin-top: 30px; | ||||
@@ -20,6 +20,13 @@ a& { | |||||
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { | ||||
font-weight: 400; | 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 { | .web-list-item { | ||||
padding: 15px 0px; | |||||
padding-top: 15px; | |||||
padding-bottom: 45px; | |||||
border-bottom: 1px solid @light-border-color; | border-bottom: 1px solid @light-border-color; | ||||
h1, h2, h3 { | h1, h2, h3 { | ||||
margin-top: 10px; | margin-top: 10px; | ||||
} | } | ||||
h1, h2, h3, h4, h5, h6 { | |||||
a { | |||||
color: inherit !important; | |||||
text-decoration: none; | |||||
} | |||||
} | |||||
} | } | ||||
// .web-list-item:hover { | // .web-list-item:hover { | ||||
@@ -16,12 +16,4 @@ | |||||
{% block script %} | {% block script %} | ||||
<script>{% include "templates/includes/list/list.js" %}</script> | <script>{% include "templates/includes/list/list.js" %}</script> | ||||
{% endblock %} | |||||
{% block style %} | |||||
<style> | |||||
.page-content { | |||||
padding: 0px; | |||||
} | |||||
</style> | |||||
{% endblock %} | |||||
{% endblock %} |