tt-rss/themes/3pane/theme.css

47 lines
705 B
CSS
Raw Normal View History

2007-10-30 09:22:01 +01:00
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;
2008-05-19 06:49:10 +02:00
border-width : 1px 0px 0px 1px;
2007-10-30 09:22:01 +01:00
}
div.postHeader div.postDate {
text-align : left;
color : gray;
float : none;
}
div.postHeader div.postDateRTL {
text-align : left;
color : gray;
float : none;
}
2007-10-30 09:27:56 +01:00
span.headlineInnerTitle {
display : none;
}
2008-07-25 07:11:22 +02:00
#resize-grabber {
height : 100%;
width : 5px;
border-width : 0px 1px 0px 0px;
cursor : move;
text-align : center;
float : left;
background : url("images/resize_vert.png") top left;
}
#content-insert {
margin-left : 5px;
}