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.js10
1 files changed, 4 insertions, 6 deletions
diff --git a/themes/triple-pane/theme.js b/themes/triple-pane/theme.js
index 2fddab03b..ff3506b08 100644
--- a/themes/triple-pane/theme.js
+++ b/themes/triple-pane/theme.js
@@ -9,10 +9,8 @@ function themeBeforeLayout() {
}
function themeAfterLayout() {
- if ($("content-insert")) {
- $("headlines-toolbar").setStyle({
- 'border-right-width': '1px',
- 'border-color': '#88b0f0',
- });
- }
+ $("headlines-toolbar").setStyle({
+ 'border-width': '1px 1px 0px 0px',
+ 'border-color': '#88b0f0',
+ });
}