
FirefoxのRSSリーダー「Brief」をちょっと見えやすくする方法です。
大量にRSSがある場合のオススメ

Briefを開き、オプション→「表示」→「外見」→「カスタマイズ」
CSS
.article-title-link {
font-size:16px;
}
.article-container {
clear:both;
margin:0 0 6px 0;
max-height:300px;
overflow:scroll;
}
img {
width:auto;
max-height:100px;
}



