changeset 35:581e2cd4bcc2

static/blog.css: keep whitespaces (pre-wrap) for text only content in articles
author Goffi <goffi@goffi.org>
date Sat, 01 Jul 2017 00:23:28 +0200
parents 5fd910d48192
children baa0942d6b45
files default/static/blog.css
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/default/static/blog.css	Sat Jul 01 00:22:36 2017 +0200
+++ b/default/static/blog.css	Sat Jul 01 00:23:28 2017 +0200
@@ -38,6 +38,11 @@
     font-size: 0.9em;
 }
 
+article div.content.text {
+    white-space: pre-wrap;
+}
+
+
 article img {
     max-width: 100%;
     margin: 0;