3pane theme: tweak content width
This commit is contained in:
parent
54a3d3cf51
commit
21f0db7162
@ -360,7 +360,7 @@ function resize_headlines() {
|
|||||||
if (getInitParam("theme") == "3pane") {
|
if (getInitParam("theme") == "3pane") {
|
||||||
debug("resize_headlines: HOR-mode");
|
debug("resize_headlines: HOR-mode");
|
||||||
|
|
||||||
c_frame.style.width = '30%';
|
c_frame.style.width = '35%';
|
||||||
h_frame.style.right = c_frame.offsetWidth - 1 + "px";
|
h_frame.style.right = c_frame.offsetWidth - 1 + "px";
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user