Convert tabs to spaces.

This commit is contained in:
r3tk0n 2019-04-05 16:32:20 -07:00
parent 9dda272acd
commit d6ff1caee9

View file

@ -54,15 +54,15 @@
top: 0; left: 0; bottom: 0; right: 0; top: 0; left: 0; bottom: 0; right: 0;
} }
#image_button { #image_button {
position: absolute; position: absolute;
width: 463; width: 463;
height: 410; height: 410;
top: 155; top: 155;
left: 8; left: 8;
right: 8; right: 8;
bottom: 146; bottom: 146;
} }
#report_problem { #report_problem {
position: fixed; position: fixed;
@ -83,17 +83,17 @@
function showKbm() { function showKbm() {
document.getElementById("main_image").setAttribute("src", "img/tablet-help-keyboard.jpg"); document.getElementById("main_image").setAttribute("src", "img/tablet-help-keyboard.jpg");
document.getElementById("image_button").setAttribute("href", keyboardRefURL); document.getElementById("image_button").setAttribute("href", keyboardRefURL);
} }
function showHandControllers() { function showHandControllers() {
document.getElementById("main_image").setAttribute("src", handControllerImageURL); document.getElementById("main_image").setAttribute("src", handControllerImageURL);
document.getElementById("image_button").setAttribute("href", handControllerRefURL); document.getElementById("image_button").setAttribute("href", handControllerRefURL);
} }
function showGamepad() { function showGamepad() {
document.getElementById("main_image").setAttribute("src", "img/tablet-help-gamepad.jpg"); document.getElementById("main_image").setAttribute("src", "img/tablet-help-gamepad.jpg");
document.getElementById("image_button").setAttribute("href", gamepadRefURL); document.getElementById("image_button").setAttribute("href", gamepadRefURL);
} }
function cycleRight() { function cycleRight() {