Mercurial > libervia-templates
comparison default/static/blog.css @ 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 | be1aebaccac0 |
children | 0c6aa1c81252 |
comparison
equal
deleted
inserted
replaced
34:5fd910d48192 | 35:581e2cd4bcc2 |
---|---|
35 | 35 |
36 article div.content { | 36 article div.content { |
37 text-align: justify; | 37 text-align: justify; |
38 font-size: 0.9em; | 38 font-size: 0.9em; |
39 } | 39 } |
40 | |
41 article div.content.text { | |
42 white-space: pre-wrap; | |
43 } | |
44 | |
40 | 45 |
41 article img { | 46 article img { |
42 max-width: 100%; | 47 max-width: 100%; |
43 margin: 0; | 48 margin: 0; |
44 } | 49 } |