summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-06-06 07:51:00 +0100
committerAndrew Dolgov <[email protected]>2006-06-06 07:51:00 +0100
commit78d5212c0a3225b6fae106fee13e22c5b3e8fb46 (patch)
tree895116fee84243db513acbbc92fe0842e2170af9 /tt-rss.css
parentcea51014f7e938dc9688d3370e5f2cdc3115a3ef (diff)
optionally show last update time in feedlist (EXTENDED_FEEDLIST) (closes #55)
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 5cdab4f0c..2a8d70972 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1112,3 +1112,10 @@ form {
#main_toolbar_form {
display : inline;
}
+
+div.feedExtInfo {
+ margin-left : 2em;
+ font-size : 7pt;
+ color : gray;
+ font-weight : normal;
+}