]> git.wh0rd.org - tt-rss.git/blob - plugins/shorten_expanded/init.css
ad_readability: also check for content-type if possible
[tt-rss.git] / plugins / shorten_expanded / init.css
1 div.contentSizeWrapper {
2 overflow : hidden;
3 text-overflow: ellipsis;
4 height : 700px;
5 }
6
7 button.expandPrompt {
8 margin-top : 20px;
9 }