From cffeef030b5c25ef51f95c545b371ec8909530e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Tue, 15 Jul 2014 15:50:24 +0100 Subject: [PATCH] Fix line breaks on mobile by shifting around padding --- css/glowingbear.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 19cb22a..669ecd1 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -466,15 +466,15 @@ h2 span, h2 small { #bufferlines td.prefix { display: inline; - padding-right: 0; + padding-right: 5px; border: 0; font-weight: bold; font-size: 15px; } #bufferlines td.message { - padding-left: 0; display: inline; + padding: 0px !important; } /* a different colour is too irregular on mobile */