From: Michael Tremer Date: Tue, 30 Oct 2018 08:34:35 +0000 (+0000) Subject: blog: Fix divider X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecea28b22d48b57b3262fceee5ce404e06af9149;p=ipfire.org.git blog: Fix divider Signed-off-by: Michael Tremer --- diff --git a/src/scss/style.scss b/src/scss/style.scss index 120a98a9..59380259 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -231,7 +231,11 @@ section { } } -// Sidebar navigation +hr.divider { + border-color: rgba($dark, .15); + margin-top: 2rem; + margin-bottom: 3rem; +} .progress { background-color: rgba(255, 255, 255, .2); diff --git a/src/templates/blog/modules/posts.html b/src/templates/blog/modules/posts.html index fc81b48a..094ae38a 100644 --- a/src/templates/blog/modules/posts.html +++ b/src/templates/blog/modules/posts.html @@ -2,6 +2,6 @@ {% module BlogPost(post) %} {% if i < (len(posts) - 1) %} -
+
{% end %} {% end %}