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 }}
-