From f5dde0163be9e89d07122cbbef44a236fea00ae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Wed, 4 Jun 2014 13:47:15 +0100 Subject: [PATCH] Sans-serif on mobile, smaller margins, bigger nicks @torhve: smaller margins! just click merge right now? ;) --- css/glowingbear.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 72fa6d1..bd9f907 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -371,9 +371,14 @@ h2 span, h2 small { /* Mobile layout */ /* */ @media (max-width: 968px) { + .monospace { + /* readability on mobile +9001% */ + font-family: sans-serif; + } + #bufferlines table { border-collapse: separate; - border-spacing: 2px 6px; + border-spacing: 2px 3px; } #sidebar { @@ -451,6 +456,7 @@ h2 span, h2 small { padding-right: 0; border: 0; font-weight: bold; + font-size: 15px; } #bufferlines td.message {