From 656d113ed587d518460034a35f881d510c4112a6 Mon Sep 17 00:00:00 2001 From: samba Date: Fri, 8 Jun 2018 18:21:55 +0200 Subject: [PATCH] pre tag white-space: inherit; --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index c5a4247..16ff691 100644 --- a/style.css +++ b/style.css @@ -27,10 +27,10 @@ section p:nth-child(2) { text-align: justify; } -div.content_section_text pre { +pre { margin: 8px 0px 8px 0px; padding: 8px 8px 8px 8px; - + white-space: inherit; border-width: 1px; border-style: dotted; border-color: #000000;