File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 23
23
dd { margin-inline-start : 0px ; }
24
24
25
25
td { text-align : center; }
26
-
27
26
/*
28
27
td { --left-padding: 0.5vw; }
29
28
time { display: block; text-align: left; padding-left: var(--left-padding); position: absolute; top: 0.5vw; }
32
31
33
32
/* Colors */
34
33
td { background-color : var (--color ); color : white; outline : 1px solid var (--color ); }
35
- a { color : white; }
34
+ table a { color : white; }
36
35
.other { --color : grey; } /* default/other */
37
36
.all { --color : olive; }
38
37
.allbutie11 { --color : darkolivegreen; }
@@ -276,7 +275,7 @@ <h3>Key</h3>
276
275
< dt > Jx</ dt >
277
276
< dd > < a href ="https://developer.mozilla.org/en-US/docs/Archive/Web/E4X/Processing_XML_with_E4X "> XML in JS (E4X)</ a > </ dd >
278
277
</ td >
279
- < td class ="none ">
278
+ < td class ="deprecated chrome none ">
280
279
< time > 2015</ time >
281
280
< dt > Pn</ dt >
282
281
< dd > PNaCL</ dd >
You can’t perform that action at this time.
0 commit comments