From: Andrew Dolgov Date: Fri, 16 Nov 2007 07:04:04 +0000 (+0100) Subject: 3pane theme: tweak content width X-Git-Tag: 1.2.17~30 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=21f0db71628f22bf42c26d08f0fc33cdda7d3c07;p=tt-rss.git 3pane theme: tweak content width --- diff --git a/tt-rss.js b/tt-rss.js index 617791ce..0f0a4721 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 {