From b21e788ab280fc07fef9572e8d0cfc8addbf747b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Fri, 23 May 2014 16:09:39 +0100 Subject: [PATCH] Adjust to actual mobile devices, not small browser windows --- css/glowingbear.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 718caa8..79647e6 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -374,7 +374,7 @@ h2 span, h2 small { #bufferlines table { border-collapse: separate; - border-spacing: 2px 2px; + border-spacing: 2px 4px; } #sidebar { @@ -438,7 +438,7 @@ h2 span, h2 small { } #bufferlines td.time { - padding-right: 6px; + padding-right: 4px; } #bufferlines td.prefix { @@ -453,6 +453,12 @@ h2 span, h2 small { display: inline; } + /* they're practically invisible otherwise */ + .repeated-time .cof-chat_time, + .repeated-time .cof-chat_time_delimiters { + color: #444; + } + .footer { padding-left: 0px !important; padding-right: 0px !important;