1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-03 13:00:51 +02:00
ttrss/themes/3pane/theme.css
2007-10-30 09:27:56 +01:00

32 lines
440 B
CSS

div.headlines_normal {
position : absolute;
border-width : 1px 1px 0px 0px;
right : 400px;
overflow : hidden;
bottom : 40px;
height : auto;
}
#content-frame {
width : 400px;
right : 0px;
top : 85px;
left : auto;
}
div.postHeader div.postDate {
text-align : left;
color : gray;
float : none;
}
div.postHeader div.postDateRTL {
text-align : left;
color : gray;
float : none;
}
span.headlineInnerTitle {
display : none;
}