1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 17:21:28 +00:00

show only 4 tags in article view, possibly improve tag detection

This commit is contained in:
Andrew Dolgov
2005-11-29 11:33:00 +01:00
parent 36aab70f08
commit 42918a0765
3 changed files with 33 additions and 7 deletions

View File

@@ -770,3 +770,11 @@ div.postHeader td.postDate {
display : none;
}
#allEntryTags {
font-size : x-small;
border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #c0c0c0;
padding-bottom : 5px;
display : none;
}