mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 14:27:22 +00:00
Added titles to input fields and changed x/y value in portrait script.
This commit is contained in:
parent
a9ca608957
commit
0d5d03216a
9 changed files with 363 additions and 363 deletions
|
|
@ -165,7 +165,7 @@ function Heroic(Hero) {
|
|||
var sheet = document.querySelector("div.sheet");
|
||||
if (sheet) {
|
||||
sheet.style["backgroundImage"] = "url("+url+")";
|
||||
sheet.style["backgroundPosition"] = y+"px "+x+"px";
|
||||
sheet.style["backgroundPosition"] = x+"px "+y+"px";
|
||||
sheet.style["backgroundSize"] = size == "auto" ? "auto" : size+"px";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue