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

updated schema (md5_hash is not unique any more), feed parsing fixes

This commit is contained in:
Andrew Dolgov
2005-08-23 08:32:11 +01:00
parent 3ad5aa855c
commit a20153510b
4 changed files with 51 additions and 24 deletions

View File

@@ -73,6 +73,16 @@ table.headlinesList td.title {
padding-bottom : 3px;
}
table.headlinesList td.feedLastUpdateNotice {
font-size : x-small;
border-width : 0px 0px 1px 0px;
border-color : #d0d0d0;
border-style : solid;
text-align : left;
padding-bottom : 3px;
color : #a0a0a0;
}
table.headlinesList td.headlineUpdated {
width : 200px;
}
@@ -282,3 +292,5 @@ td.headlineUpdateMark {
width : 25px;
text-align : center;
}