From 2be3ac7f99d1732172b70e35dcb035f2932b7cda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Fri, 23 May 2014 15:58:15 +0100 Subject: [PATCH] Improve mobile design --- css/glowingbear.css | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 5597458..718caa8 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -372,11 +372,9 @@ h2 span, h2 small { color: #C7C7C7; } - .bufferline { - display: inline-block; - padding-top: 4px; - padding-bottom: 3px; - line-height: 15px; + #bufferlines table { + border-collapse: separate; + border-spacing: 2px 2px; } #sidebar { @@ -440,14 +438,14 @@ h2 span, h2 small { } #bufferlines td.time { - display: inline; - padding-right: 0; + padding-right: 6px; } #bufferlines td.prefix { display: inline; padding-right: 0; border: 0; + font-weight: bold; } #bufferlines td.message { @@ -455,14 +453,6 @@ h2 span, h2 small { display: inline; } - #bufferlines td.prefix:before { - content: "<"; - } - - #bufferlines td.prefix:after { - content: ">"; - } - .footer { padding-left: 0px !important; padding-right: 0px !important;