From 3360eaf924e49ae5089f2a1baa3f0809a9a780c2 Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 23 Sep 2015 18:54:26 -0400 Subject: [PATCH] add css rule --- contrib/static/site.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/static/site.css b/contrib/static/site.css index b58970d..31af257 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -43,6 +43,10 @@ textarea { padding: 10px 10px; } +pre > p { + display: block-inline; +} + .reply, th, .ukko_thread_header { background: #202331; }