Add some margin between list items of status updates

This commit is contained in:
Philipp Oppermann
2021-02-08 10:46:17 +01:00
parent 6e6d9cbe05
commit d4034ee3d9
2 changed files with 5 additions and 1 deletions

View File

@@ -458,3 +458,7 @@ a strong {
.left-to-right, .right-to-left pre, .right-to-left table, .right-to-left[id="toc-aside"] {
direction: ltr;
}
.status-update-list li {
margin-bottom: .5rem;
}

View File

@@ -10,7 +10,7 @@
<p>{{ section.description }}</p>
{% endblock introduction %}
<div><ul>
<div class="status-update-list"><ul>
{% include "auto/status-updates.html" %}
{% for page in section.pages %}
<li><b><a href="{{ page.path | safe }}">{{ page.title }}</a></b></li>