From 94c6aa42ee4cec0f02ed2e4bd593844421a64276 Mon Sep 17 00:00:00 2001 From: Guillaume Wuip Date: Tue, 23 Dec 2014 20:11:36 +0100 Subject: [PATCH] The collapse arrow was a bit to big --- static/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/style.css b/static/style.css index 35d9fbf..291b4d5 100644 --- a/static/style.css +++ b/static/style.css @@ -383,7 +383,7 @@ body { .action > * { display: inline-block; vertical-align: middle; - + font-family: "Open Sans"; font-size: 11px; font-weight: bold; @@ -475,9 +475,9 @@ body { background: #333; } .log__collapse { - font-size: 12px; - padding-right: 13px; - padding-left: 7px; + font-size: 8px; + padding-right: 10px; + padding-left: 5px; } .log__collapse > span { display: block;