]> git.wh0rd.org Git - tt-rss.git/blob - tt-rss_compact.css
viewfeed: feedlist entry was marked incorrectly on update, fixed
[tt-rss.git] / tt-rss_compact.css
1 /* only overrides go here */
2
3 body {
4         font-size : 8pt;
5 }
6
7 table.main td.header {
8         padding : 5px;
9         height : 20px;
10 }
11
12 table.main td.prefsToolbar {
13         border-width : 0px;
14 }
15
16 table.headlinesList {
17         font-size : small;
18 }
19
20 table.main td.headlinesToolbarBox {
21         padding : 0px;
22 }
23
24 table.main td.footer {
25         height : 5px;
26         font-size : x-small;
27 }
28
29 table.main td.headlines {
30         height : 20%;
31         font-size : x-small;
32 }
33
34 ul.feedList {
35         font-size : x-small;
36         padding : 0px;
37         margin : 0px;
38 }
39
40 ul.feedList li {
41         font-size : x-small;
42 }
43
44 table.main td.feeds {
45         width : 250px;
46 }