]> git.wh0rd.org - tt-rss.git/blob - themes/3pane/theme.css
be34c08a35b62a02672dd30ab93f38a514ef9a0e
[tt-rss.git] / themes / 3pane / theme.css
1 div.headlines_normal {
2 position : absolute;
3 border-width : 1px 1px 0px 0px;
4 right : 400px;
5 overflow : hidden;
6 bottom : 40px;
7 height : auto;
8 }
9
10 #content-frame {
11 width : 400px;
12 right : 0px;
13 top : 85px;
14 left : auto;
15 }
16
17 div.postHeader div.postDate {
18 text-align : left;
19 color : gray;
20 float : none;
21 }
22
23 div.postHeader div.postDateRTL {
24 text-align : left;
25 color : gray;
26 float : none;
27 }
28
29 span.headlineInnerTitle {
30 display : none;
31 }