You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tt-rss/tt-rss_compact.css

47 lines
550 B
CSS

/* only overrides go here */
body {
font-size : 8pt;
}
table.main td.header {
padding : 5px;
height : 20px;
}
table.main td.prefsToolbar {
border-width : 0px;
}
table.headlinesList {
font-size : small;
}
table.main td.headlinesToolbarBox {
padding : 0px;
}
table.main td.footer {
height : 5px;
font-size : x-small;
}
table.main td.headlines {
height : 20%;
font-size : x-small;
}
ul.feedList {
font-size : x-small;
padding : 0px;
margin : 0px;
}
ul.feedList li {
font-size : x-small;
}
table.main td.feeds {
width : 250px;
}