1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-02 11:47:11 +00:00

CDM and infinite scrolling tweaks

This commit is contained in:
Andrew Dolgov
2007-08-09 09:36:56 +01:00
parent e2ccbfab0a
commit a219fec54d
3 changed files with 20 additions and 2 deletions

View File

@@ -873,7 +873,6 @@ div.cdmArticleUnread {
div.cdmArticleSelected, div.cdmArticleUnreadSelected {
margin : 0px;
padding : 10px;
background-color : #fff7d5;
border-color : #e7d796;
border-width : 0px 0px 1px 0px;
@@ -904,6 +903,10 @@ div.cdmFooter {
border-style : dotted;
}
div.cdmArticleSelected div.cdmFooter {
background-color : transparent;
}
div.cdmFooter span.s0 {
border-width : 0px 1px 0px 0px;
border-color : #c0c0c0;