From d4c7a22be9276f0c1cadef752f9ef0d7d1947128 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 1 Jul 2012 01:16:29 +0200 Subject: [PATCH] Log didn't fit on one line --- couchpotato/core/plugins/log/static/log.css | 1 + 1 file changed, 1 insertion(+) diff --git a/couchpotato/core/plugins/log/static/log.css b/couchpotato/core/plugins/log/static/log.css index ec1f838c..222b8efa 100644 --- a/couchpotato/core/plugins/log/static/log.css +++ b/couchpotato/core/plugins/log/static/log.css @@ -59,6 +59,7 @@ width: 14%; color: lightgrey; padding: 3px 0; + font-size: 10px; } .page.log .container .time:last-child { display: none; }