summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-27 20:57:59 +0100
committerAndrew Dolgov <[email protected]>2005-11-27 20:57:59 +0100
commit9167e250e80d799648b3f9418d962ff3969371a0 (patch)
treef1c80cd6382eb5f8eb2c8a2fc30541e836d30c75 /tt-rss.css
parentf4fe2cde7428a26241b2c02123a0254b379ea476 (diff)
new options: SHORT_DATE_FORMAT, LONG_DATE_FORMAT
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 59ff1aea3..67970aff5 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -759,3 +759,9 @@ tr.evenUnreadSelected td.headlineContent {
height : 1em;
background-color : #e0e0ff;
} */
+
+div.postHeader td.postDate {
+ font-size : x-small;
+ text-align : right;
+ color : gray;
+}