Explorar el Código

fix indentation

Lucas Stadler %!s(int64=10) %!d(string=hace) años
padre
commit
724db63f67
Se han modificado 1 ficheros con 8 adiciones y 8 borrados
  1. 8 8
      glsl/docs.js

+ 8 - 8
glsl/docs.js

@ -5,14 +5,14 @@ document.body.style = "margin: 0";*/
5 5
var styleEl = document.createElement("style");
6 6
styleEl.textContent = `
7 7
#toggle {
8
position: absolute;
9
bottom: 0.5ex;
10
right: 1ex;
11
z-index: 3;
12
font-size: 20px;
13
font-weight: bold;
14
color: white;
15
text-decoration: none;
8
  position: absolute;
9
  bottom: 0.5ex;
10
  right: 1ex;
11
  z-index: 3;
12
  font-size: 20px;
13
  font-weight: bold;
14
  color: white;
15
  text-decoration: none;
16 16
}
17 17
18 18
#docs {