]> git.wh0rd.org - tt-rss.git/blame - themes/triple-pane/theme.js
make sure links in CDM content are visible
[tt-rss.git] / themes / triple-pane / theme.js
CommitLineData
8d3cb8c0
AD
1function 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
9function themeAfterLayout() {
10 $("headlines-toolbar").setStyle({
11 'border-right-width': '1px',
12 'border-color': '#88b0f0',
13 });
14}