From 4febaa31a11d07bec2cf663f08d9e70444528b76 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Wed, 6 Nov 2019 15:28:38 -0500 Subject: [PATCH] removing elipses for long titles in teasers sometimes they overlap with text, and they always appear, even if text isn't cut off. ruben and ian prefer it this way. --- css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/style.css b/css/style.css index c69bcb2..8c6899d 100644 --- a/css/style.css +++ b/css/style.css @@ -399,6 +399,7 @@ position: relative; } +/* .ryf-list h2 a:after { content: '(...)'; float: right; @@ -408,6 +409,7 @@ right: 2px; font-size: 0.8em; } +*/ .ryf-list .list-inline li:hover { background: #eee; -- 2.25.1