summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-27 17:02:43 +0100
committerAndrew Dolgov <[email protected]>2005-11-27 17:02:43 +0100
commit7acf5208a466b008d59368529a3ec7c325baed28 (patch)
tree7d8943b8ae3ee977f2f3c1bfd27652b3587a56d5 /tt-rss.css
parent7d0e004f21abbe6d004f462c102fd48ddd02fa15 (diff)
vertical padding for made headline rows
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 12d1df154..b37183796 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -723,6 +723,10 @@ td.hlUpdated {
width : 100px;
}
+table.headlinesList tr td {
+ padding : 2px 0px 2px 0px;
+}
+
/*
tr.even td.headlineContent, tr.evenUnread td.headlineContent {
display : block;