]> git.wh0rd.org - tt-rss.git/blame - themes/3pane/theme.css
3pane tweaks
[tt-rss.git] / themes / 3pane / theme.css
CommitLineData
20361063
AD
1div.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
17div.postHeader div.postDate {
18 text-align : left;
19 color : gray;
20 float : none;
21}
22
23div.postHeader div.postDateRTL {
24 text-align : left;
25 color : gray;
26 float : none;
27}
28
b27967ac
AD
29span.headlineInnerTitle {
30 display : none;
31}