summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-29 11:33:00 +0100
committerAndrew Dolgov <[email protected]>2005-11-29 11:33:00 +0100
commit42918a07652da45cd474db65322692b19b35b4fa (patch)
treea7e772d1513564d8e0f4d718d6eeca4d2124bca1 /tt-rss.css
parent36aab70f080d7ab50a754b522e62a2f03ccc167a (diff)
show only 4 tags in article view, possibly improve tag detection
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css8
1 files changed, 8 insertions, 0 deletions
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;
+}