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

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