summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-12-07 10:57:09 +0100
committerAndrew Dolgov <[email protected]>2006-12-07 10:57:09 +0100
commitb810a0f146e5110906324eadaeec9ba7fc20d690 (patch)
tree319c2a7bfca56e618903934f52ec0d5c1be378ae /tt-rss.css
parentca676fb5831a323ecb477cc2256618c80f885504 (diff)
drop table markup from article header
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/tt-rss.css b/tt-rss.css
index f2a1aaedf..a6d283c14 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -713,16 +713,22 @@ table.headlinesList tr td {
padding : 2px 0px 2px 0px;
}
-div.postHeader td.postDate {
+div.postHeader div.postDate {
font-size : x-small;
text-align : right;
color : gray;
+ float : right;
}
-div.postHeader td.postDateRTL {
+div.postHeader div.postDateRTL {
font-size : x-small;
text-align : left;
color : gray;
+ float : right;
+}
+
+div.postHeader div {
+ padding-bottom : 3px;
}
#feedUpdateErrors {