1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 10:05:58 +00:00

move infobox to 30% top

This commit is contained in:
Andrew Dolgov
2005-12-11 09:29:22 +01:00
parent f0e81ffe8f
commit 5e9188f2a8
2 changed files with 2 additions and 1 deletions

View File

@@ -125,7 +125,7 @@ function infobox_callback() {
if (shadow) {
shadow.style.display = "block";
} else {
box.style.display = "block";
box.style.display = "block";
}
}
}