summaryrefslogtreecommitdiff
path: root/themes/triple-pane/theme.js
diff options
context:
space:
mode:
Diffstat (limited to 'themes/triple-pane/theme.js')
-rw-r--r--themes/triple-pane/theme.js16
1 files changed, 0 insertions, 16 deletions
diff --git a/themes/triple-pane/theme.js b/themes/triple-pane/theme.js
deleted file mode 100644
index ff3506b08..000000000
--- 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',
- });
-}