From 321c58c303220d9df3e72548e2b3f4008ec46cb1 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 12 Nov 2018 18:41:40 +0000 Subject: [PATCH] Revert "wiki: Format content just like we do on the blog" This reverts commit 54fe9647c21042a6dcf4e7e8075fa2aab419c9f0. Signed-off-by: Michael Tremer --- src/scss/style.scss | 10 +++++----- src/templates/blog/modules/post.html | 6 +++--- src/templates/wiki/page.html | 12 ++---------- 3 files changed, 10 insertions(+), 18 deletions(-) diff --git a/src/scss/style.scss b/src/scss/style.scss index 4e45e836..1b326cff 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -187,8 +187,8 @@ section { } } -.user-content { - .user-content-header { +.blog-post { + .blog-header { h4 { margin-bottom: 0; @@ -198,7 +198,7 @@ section { } } - .user-content-body { + .blog-content { h1, h2, h3, h4, h5, h6 { font-size: 1.375rem; font-weight: $headings-font-weight; @@ -220,7 +220,7 @@ section { } &.lightning-wire-labs { - .user-content-header { + .blog-header { h5 { a { color: $lwl; @@ -232,7 +232,7 @@ section { } } - .user-content-body { + .blog-content { a { color: $lwl; } diff --git a/src/templates/blog/modules/post.html b/src/templates/blog/modules/post.html index a8c29867..6eb9c599 100644 --- a/src/templates/blog/modules/post.html +++ b/src/templates/blog/modules/post.html @@ -1,7 +1,7 @@ {% import ipfire.accounts as accounts %} -