1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-20 11:16:36 +02:00

3pane theme: tweak content width

This commit is contained in:
Andrew Dolgov 2007-11-16 08:04:04 +01:00
parent 54a3d3cf51
commit 21f0db7162

View File

@ -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 {