]> git.wh0rd.org Git - tt-rss.git/blob - themes/triple-pane/theme.js
0880553066e117fc88c616ce57bfcdbd5484b355
[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 }