mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-15 17:48:44 +02:00
Convert tabs to spaces.
This commit is contained in:
parent
9dda272acd
commit
d6ff1caee9
1 changed files with 12 additions and 12 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue