1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-08 13:44:10 +02:00
ttrss/themes/compact/theme.css

44 lines
521 B
CSS
Raw Normal View History

2006-10-01 12:57:50 +02:00
#feeds-holder {
border-width : 0px 1px 0px 0px;
top : 0px;
bottom : 0px;
background : white;
}
#header {
left : 270px;
}
#toolbar {
font-size : small;
}
#toolbar input {
font-size : small;
}
div.headlines_cdm {
border-width : 1px 0px 0px 0px;
bottom : 0px;
}
#content-frame {
border-width : 1px 0px 0px 0px;
bottom : 0px;
}
div.postReply {
font-size : small;
padding : 0px;
margin : 0px;
}
div.postReply div.postHeader {
border-width : 0px 0px 1px 1px;
}
#footer, #prefFooter {
display : none;
}