summaryrefslogtreecommitdiff
path: root/themes/triple-pane/theme.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-01-23 15:36:32 +0400
committerAndrew Dolgov <[email protected]>2013-01-23 15:36:32 +0400
commit96f0a3e79d7c01831472b1e58b2a7646fbb7deff (patch)
tree011b3dbda2e61f511a0a49d2a022901838d1fe0f /themes/triple-pane/theme.js
parentfd535b317cc55bf5f7e279f6bfcef514fcaafea5 (diff)
remove themes/
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',
- });
-}