From dab5c1895eb2f4875666538ef461f0155ceca4eb Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Sun, 22 Sep 2013 14:49:24 +0200 Subject: [PATCH] restrict article titles to one line to not give more importance to articles with long titles --- css/screen.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/screen.css b/css/screen.css index 5089ef4..d44c41c 100644 --- a/css/screen.css +++ b/css/screen.css @@ -186,6 +186,9 @@ canvas { padding: 0; font-weight: normal; font-size: 1.1em; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } #list li {