summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-03-28 11:33:41 +0400
committerAndrew Dolgov <[email protected]>2011-03-28 11:33:41 +0400
commitd80b3f3de1e65739ca8c353e137df9e505a33bde (patch)
tree180133da9f7a730cd72821bed1cf02b71fbf0ebf /themes
parent8de8bfb8712855ee391c3702604f2acb6ffa124e (diff)
fix triple-pane theme
Diffstat (limited to 'themes')
-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',
+ });
}