File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 30
30
}
31
31
32
32
# panel h1 {
33
+ color : # 444 ;
34
+ font-size : 25px ;
35
+ margin-top : 25px ;
36
+ margin-left : 20px ;
37
+ }
38
+
39
+ # panel h2 {
33
40
color : # 999 ;
34
41
font-size : 16px ;
35
- margin-top : 16 px ;
42
+ margin-top : 20 px ;
36
43
margin-left : 20px ;
37
44
}
38
45
95
102
< div id ="viewer "> </ div >
96
103
97
104
< script >
105
+ var REVISION = '48dev' ;
106
+
98
107
var panel = document . getElementById ( 'panel' ) ;
99
108
var viewer = document . getElementById ( 'viewer' ) ;
100
109
300
309
301
310
} ;
302
311
303
- var html = '' ;
312
+ var html = '<h1>three.js <span style="font-size: 50%; vertical-align: super;">r' + REVISION + '</span></h1> ';
304
313
305
314
for ( var category in list ) {
306
315
307
- html += '<h1 >' + category + '</h1 >' ;
316
+ html += '<h2 >' + category + '</h2 >' ;
308
317
309
318
html += '<ul>' ;
310
319
You can’t perform that action at this time.
0 commit comments