From db9e38084c0032325b57c9c68d37d88b7659e6d6 Mon Sep 17 00:00:00 2001 From: Guillaume Wuip Date: Tue, 23 Dec 2014 20:14:59 +0100 Subject: [PATCH] Add a little space for log content --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 291b4d5..adf3925 100644 --- a/static/style.css +++ b/static/style.css @@ -470,7 +470,7 @@ body { .log__number { text-align: right; font-weight: bolder; - padding-left: 20px; + padding-left: 12px; font-family: "Open Sans"; background: #333; } @@ -499,7 +499,7 @@ body { /* top: -10px; */ border-left: 1px solid #222; /* box-shadow: inset 2px 0 2px -2px #000; */ - padding-left: 6px; + padding-left: 10px; } .log__message > span { display: block;