summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-09 16:12:04 +0300
committerAndrew Dolgov <[email protected]>2018-12-09 16:12:04 +0300
commit95e1038e6dd0feff79b6290b46968747cccca277 (patch)
tree2e1f7878714289a7d3f4b9ebbd223a2df2a4866e /themes/night.css
parenta1c595687e946a56d1333373934d2420f5a5fdec (diff)
consistency: show author in multipanel headlines row
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/night.css b/themes/night.css
index ed75dd168..e331e91ea 100644
--- a/themes/night.css
+++ b/themes/night.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: #cccccc;
+ font-size: 11px;
+ font-weight: normal;
+}
body.ttrss_main .hl div.right {
text-align: right;
}