]> git.wh0rd.org - tt-rss.git/blobdiff - themes/triple-pane/theme.js
remove themes/
[tt-rss.git] / themes / triple-pane / theme.js
diff --git a/themes/triple-pane/theme.js b/themes/triple-pane/theme.js
deleted file mode 100644 (file)
index ff3506b..0000000
+++ /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',
-               });
-}