summaryrefslogtreecommitdiff
path: root/js/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-01-27 19:48:16 +0400
committerAndrew Dolgov <[email protected]>2014-01-27 19:48:16 +0400
commitd728015d48e3150a9aa39c9db88781adb179182b (patch)
treedaa16b9db38570d30b358abb1adec6153a5b012d /js/tt-rss.js
parente48c486d24ac2e4a3a85b973466f6d36946d8d04 (diff)
minor css tweaks
Diffstat (limited to 'js/tt-rss.js')
-rw-r--r--js/tt-rss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tt-rss.js b/js/tt-rss.js
index 97a70b434..bb23169ec 100644
--- a/js/tt-rss.js
+++ b/js/tt-rss.js
@@ -1075,7 +1075,7 @@ function switchPanelMode(wide) {
dijit.byId("content-insert").domNode.setStyle({width: 'auto',
height: '50%',
- borderTopWidth: '1px'});
+ borderTopWidth: '0px'});
$("headlines-frame").setStyle({ borderBottomWidth: '1px' });
$("headlines-frame").removeClassName("wide");