Skip to content

Commit 5f2ae2e

Browse files
authored
Fix HTML formatting and clean up whitespace
1 parent 4bf5ec5 commit 5f2ae2e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

other/get.webgl.org/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
NOTE: If you need/want this page changed to include
2+
NOTE: If you need/want this page changed to include
33
other browsers please contact the Public WebGL Mailing list
44
public_webgl at khronos dot org.
55
-->
@@ -32,7 +32,7 @@
3232
margin: 10px 0px;
3333
}
3434
#wrapper #support .webgl-div div {
35-
margin: 10px 10px;
35+
margin: 10px 10px;
3636
}
3737
#wrapper #support #logo-container {
3838
text-align: center;
@@ -60,11 +60,11 @@
6060
#wrapper #support {
6161
text-align: center;
6262
}
63-
63+
6464
#wrapper #support canvas {
6565
margin: 30px 0px 10px 0px;
6666
}
67-
67+
6868
#wrapper hr {
6969
margin: 40px 0px;
7070
}
@@ -87,7 +87,7 @@
8787
}
8888

8989
#wrapper #support .webgl-div div {
90-
margin: 20px 100px;
90+
margin: 20px 100px;
9191
}
9292
}
9393

@@ -331,14 +331,14 @@ <h1 class="good">Your browser supports WebGL</h1>
331331
using WebGL.</div><br />
332332

333333
<div><a href="https://wikis.khronos.org/webgl/Main_Page">WebGL Wiki</a></div>
334-
334+
335335
</div>
336336
<div id="moreinfo">
337337
<div>Want more information about WebGL?</div><br />
338338

339339
<div><a href="https://khronos.org/webgl">khronos.org/webgl</a></div>
340340
</div>
341-
341+
342342
</div>
343343
<script id="modelVertexShader" type="text/something-not-javascript">
344344
uniform mat4 worldViewProjection;

0 commit comments

Comments
 (0)