From d80b3f3de1e65739ca8c353e137df9e505a33bde Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 28 Mar 2011 11:33:41 +0400 Subject: fix triple-pane theme --- themes/triple-pane/theme.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'themes') 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', + }); } -- cgit v1.2.3