]> git.wh0rd.org - tt-rss.git/commitdiff
3pane theme: tweak content width
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 16 Nov 2007 07:04:04 +0000 (08:04 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 16 Nov 2007 07:04:04 +0000 (08:04 +0100)
tt-rss.js

index 617791ce0e11fe2eb5a24b2f0f17d234bd316787..0f0a4721a212ebdf0f6f52e54fb48f10b26a3070 100644 (file)
--- 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 {