From 128cd64adf361503bd70cc0733039b139262659b Mon Sep 17 00:00:00 2001 From: papee Date: Thu, 13 Aug 2020 16:54:23 +0200 Subject: [PATCH] css pre for read mode --- zerobin/static/css/style.css | 9 +++++++++ zerobin/views/paste.tpl | 2 -- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/zerobin/static/css/style.css b/zerobin/static/css/style.css index 93d812f..61fde35 100644 --- a/zerobin/static/css/style.css +++ b/zerobin/static/css/style.css @@ -243,6 +243,15 @@ pre { overflow: visible; } +.reader-wrapper { + color: #f2f2f2; + max-width: 800px; + width: 90%; + text-align: justify; + margin: auto; + margin-top: 20px; +} + /* Common css */ .form-control, diff --git a/zerobin/views/paste.tpl b/zerobin/views/paste.tpl index ecc83e4..a12c4ac 100644 --- a/zerobin/views/paste.tpl +++ b/zerobin/views/paste.tpl @@ -55,11 +55,9 @@ %end
-      
{{ paste.content }} -