# HG changeset patch # User Goffi # Date 1498861408 -7200 # Node ID 581e2cd4bcc2a62437a31d99e1ad5f5d9a9f61f6 # Parent 5fd910d48192131cf113e251eaf06626b722f804 static/blog.css: keep whitespaces (pre-wrap) for text only content in articles diff -r 5fd910d48192 -r 581e2cd4bcc2 default/static/blog.css --- 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;