X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=themes%2Ftriple-pane%2Ftheme.js;fp=themes%2Ftriple-pane%2Ftheme.js;h=0000000000000000000000000000000000000000;hb=96f0a3e79d7c01831472b1e58b2a7646fbb7deff;hp=ff3506b081b92a00547dc03e17253db0958a8cb0;hpb=fd535b317cc55bf5f7e279f6bfcef514fcaafea5;p=tt-rss.git diff --git a/themes/triple-pane/theme.js b/themes/triple-pane/theme.js deleted file mode 100644 index ff3506b0..00000000 --- a/themes/triple-pane/theme.js +++ /dev/null @@ -1,16 +0,0 @@ -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', - }); -}