]> git.wh0rd.org - tt-rss.git/blame - plugins/shorten_expanded/init.css
add experimental plugin to shorten articles which are too damn long in expanded cdm
[tt-rss.git] / plugins / shorten_expanded / init.css
CommitLineData
2fdbff06
AD
1div.contentSizeWrapper {
2 overflow : hidden;
3 text-overflow: ellipsis;
4 height : 700px;
5}
6
7button.expandPrompt {
8 margin-top : 20px;
9}