summaryrefslogtreecommitdiff
path: root/themes/triple-pane/theme.js
blob: ff3506b081b92a00547dc03e17253db0958a8cb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
function themeBeforeLayout() {
	if ($("content-insert")) {
		$("headlines-wrap-inner").setAttribute("design", 'sidebar');
		$("content-insert").setAttribute("region", "trailing");
		$("content-insert").setStyle({
			width: '50%',
			height: 'auto'});
	}
}

function themeAfterLayout() {
	$("headlines-toolbar").setStyle({
		'border-width': '1px 1px 0px 0px',
		'border-color': '#88b0f0',
		});
}