From 95e1038e6dd0feff79b6290b46968747cccca277 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 9 Dec 2018 16:12:04 +0300 Subject: consistency: show author in multipanel headlines row --- css/default.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'css/default.css') diff --git a/css/default.css b/css/default.css index 7476e7a5a..d22baa430 100644 --- a/css/default.css +++ b/css/default.css @@ -227,6 +227,12 @@ body.ttrss_main .hl div.title { overflow: hidden; text-overflow: ellipsis; } +body.ttrss_main .hl span.author { + white-space: nowrap; + color: #555555; + font-size: 11px; + font-weight: normal; +} body.ttrss_main .hl div.right { text-align: right; } -- cgit v1.2.3-54-g00ecf