restrict article titles to one line to not give more importance to articles with long titles

This commit is contained in:
Jan-Christoph Borchardt 2013-09-22 14:49:24 +02:00
parent 54ebe5d057
commit dab5c1895e

View file

@ -186,6 +186,9 @@ canvas {
padding: 0;
font-weight: normal;
font-size: 1.1em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#list li {