]> git.wh0rd.org - tt-rss.git/commitdiff
vertical padding for made headline rows
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 27 Nov 2005 16:02:43 +0000 (17:02 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 27 Nov 2005 16:02:43 +0000 (17:02 +0100)
tt-rss.css

index 12d1df1546390c145db21af5209e416103d8de9e..b37183796b49d7cf6afb22f1c133b2ce4937f51f 100644 (file)
@@ -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;