removing elipses for long titles in teasers
authorAndrew Engelbrecht <andrew@fsf.org>
Wed, 6 Nov 2019 20:28:38 +0000 (15:28 -0500)
committerAndrew Engelbrecht <andrew@fsf.org>
Wed, 6 Nov 2019 20:28:38 +0000 (15:28 -0500)
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

index c69bcb229ea7c8b51bcfb4f01d5dab640f3ea6e6..8c6899d881aa766a1e4e7e2cc07da0ca3cbce996 100644 (file)
     position: relative;
   }
 
+/*
   .ryf-list h2 a:after {
     content: '(...)';
     float: right;
     right: 2px;
     font-size: 0.8em;
   }
+*/
 
   .ryf-list .list-inline li:hover {
     background: #eee;