]> git.wh0rd.org - tt-rss.git/blob - themes/triple-pane/theme.js
enable triple-pane theme; fix theme system not working
[tt-rss.git] / themes / triple-pane / theme.js
1 function themeBeforeLayout() {
2 $("headlines-wrap-inner").setAttribute("design", 'sidebar');
3 $("content-insert").setAttribute("region", "trailing");
4 $("content-insert").setStyle({
5 width: '50%',
6 height: 'auto'});
7 }
8
9 function themeAfterLayout() {
10 $("headlines-toolbar").setStyle({
11 'border-right-width': '1px',
12 'border-color': '#88b0f0',
13 });
14 }