reduce opacity of feed title and excerpt to focus on article title

This commit is contained in:
Jan-Christoph Borchardt 2013-09-22 14:53:40 +02:00
parent 4f08ae7f46
commit d49fdbdd5e

View file

@ -171,14 +171,12 @@ canvas {
margin: 0; margin: 0;
padding: 0; padding: 0;
font-size: 0.8em; font-size: 0.8em;
}
#list p {
font-weight: normal; font-weight: normal;
text-overflow: ellipsis; text-overflow: ellipsis;
display: block; display: block;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
opacity: .6;
} }
#list h2 { #list h2 {