summaryrefslogtreecommitdiff
path: root/themes/3pane/theme.css
blob: da4870d4ed67115fa170ebd0ce3e5a6953364c30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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;
	border-width : 1px 0px 0px 1px;
}

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;
}