From 31a3e6c82593d10ef2df6861eae174c0f283eaf2 Mon Sep 17 00:00:00 2001 From: Dominik Pataky Date: Mon, 3 Sep 2018 10:20:28 +0200 Subject: [PATCH] Revert icon injection --- static/css/main.css | 10 +++------- templates/posts/details.html.tera | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index 489c67ac..b6196183 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -194,13 +194,9 @@ line-height: 1.7em; } -main a:hover { - text-decoration: underline; -} - -main article .fa, main article .fas { - font-size: 10pt; -} + main a:hover { + text-decoration: underline; + } article img { display: block; diff --git a/templates/posts/details.html.tera b/templates/posts/details.html.tera index ca41abdc..a6815e88 100644 --- a/templates/posts/details.html.tera +++ b/templates/posts/details.html.tera @@ -36,7 +36,7 @@ {% endif %}
- {{ article.post.content | safe | replace(from="", to=" ") }} + {{ article.post.content | safe }}