summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-11-16 08:04:04 +0100
committerAndrew Dolgov <[email protected]>2007-11-16 08:04:04 +0100
commit21f0db71628f22bf42c26d08f0fc33cdda7d3c07 (patch)
treef77602540d61845b67689bed10bcabbf30f42ab6 /tt-rss.js
parent54a3d3cf51ccc7e0ce838a2c982d06bca29a2bbb (diff)
3pane theme: tweak content width
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 617791ce0..0f0a4721a 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -360,7 +360,7 @@ function resize_headlines() {
if (getInitParam("theme") == "3pane") {
debug("resize_headlines: HOR-mode");
- c_frame.style.width = '30%';
+ c_frame.style.width = '35%';
h_frame.style.right = c_frame.offsetWidth - 1 + "px";
} else {