more work on containerchan

This commit is contained in:
czaks 2014-04-06 21:39:33 +02:00
parent e99c638e26
commit 97792ff387
4 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ function setupVideo(thumb, url) {
video.innerText = "Your browser does not support HTML5 video.";
videoHide = document.createElement("img");
videoHide.src = configRoot + "cc/collapse.gif";
videoHide.src = configRoot + "static/collapse.gif";
videoHide.alt = "[ - ]";
videoHide.title = "Collapse video";
videoHide.style.marginLeft = "-15px";

View File

Before

Width:  |  Height:  |  Size: 67 B

After

Width:  |  Height:  |  Size: 67 B