1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-03 16:09:15 +00:00

mark headlines page as read now works (via rpc)

This commit is contained in:
Andrew Dolgov
2005-08-22 12:43:07 +01:00
parent 5d348feec2
commit 175847dee8
4 changed files with 71 additions and 6 deletions

View File

@@ -55,7 +55,7 @@ table.feeds td.footer {
font-size : small;
}
table.headlines td.search {
table.headlinesList td.search {
font-size : small;
/* border-width : 0px 0px 1px 0px;
border-color : #d0d0d0;
@@ -63,7 +63,7 @@ table.headlines td.search {
padding-bottom : 3px; */
}
table.headlines td.title {
table.headlinesList td.title {
font-weight : bold;
font-size : large;
border-width : 0px 0px 1px 0px;
@@ -73,9 +73,8 @@ table.headlines td.title {
padding-bottom : 3px;
}
table.headlines td.headlineUpdated {
table.headlinesList td.headlineUpdated {
width : 200px;
}
input {