From 42918a07652da45cd474db65322692b19b35b4fa Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 29 Nov 2005 11:33:00 +0100 Subject: show only 4 tags in article view, possibly improve tag detection --- tt-rss.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index c801e671d..15f87ff29 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -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; +} -- cgit v1.2.3