greader
В общем, те кто пользуется или соберётся пользоваться tt-rss, могу посоветовать в профиле своего пользователя добавить css:
div.cdmContentInner {
font-family: arial, sans-serif;
font-size: 13px;
}
div.postReply {
width: 800px;
}
a.title {
color: rgb(17, 85, 204);
font-family: arial, sans-serif;
font-size: 18px;
font-weight: bold;
}
#content-insert code, #headlines-frame code, .dijitContentPane code {
font-family: monospace;
font-size: 100%;
color: #000;
display: inline;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
padding-top: 0px;
text-align: justify;
}
#content-insert pre, #headlines-frame pre, .dijitContentPane pre {
display: block;
font-family: monospace;
white-space: pre;
margin: 1em 0px;
font-size: 100%;
color: #000;
}
я не большой верстальщик, но это решило часть моих проблем с моими фидами.
div.postReply {
width: 800px;
}
можно убрать, чтобы текст запси был на всю ширину.