summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-23 08:24:06 +0100
committerAndrew Dolgov <[email protected]>2006-03-23 08:24:06 +0100
commited51e128fc86d3d620bdd445271e3bb2b15bdb1d (patch)
treeb778d966cf109f0cae25fb5c3e601d6f061e53ce /tt-rss.css
parent2ab29ac6015db16c82245091d5419ad2143742af (diff)
article display fixes for RTL (2)
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 35434ab5a..b04f02eeb 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -840,6 +840,12 @@ div.postHeader td.postDate {
color : gray;
}
+div.postHeader td.postDateRTL {
+ font-size : x-small;
+ text-align : left;
+ color : gray;
+}
+
#feedUpdateErrors {
display : none;
}