1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 07:55:57 +00:00

add updated triple-pane theme

This commit is contained in:
Andrew Dolgov
2010-02-16 13:28:31 +03:00
parent 78bcd2c44c
commit 4336531d78
6 changed files with 89 additions and 1 deletions

View File

@@ -416,7 +416,7 @@ function resize_headlines(delta_x, delta_y) {
4) + "px";
resize_grab.style.display = "block";
resize_handle.src = "themes/"+getInitParam('theme')+"/images/resize_handle_vert.png";
//resize_handle.src = "themes/"+getInitParam('theme')+"/images/resize_handle_vert.png";
resize_handle.style.paddingTop = (resize_grab.offsetHeight / 2 - 7) + "px";
} else {