1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 09:39:16 +00:00

article display fixes for RTL (2)

This commit is contained in:
Andrew Dolgov
2006-03-23 08:24:06 +01:00
parent 2ab29ac601
commit ed51e128fc
2 changed files with 9 additions and 1 deletions

View File

@@ -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;
}