Skip to content

Commit 673ec71

Browse files
committed
Minor bugfixes
1 parent ef85a4b commit 673ec71

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
dd { margin-inline-start: 0px; }
2424

2525
td { text-align: center; }
26-
2726
/*
2827
td { --left-padding: 0.5vw; }
2928
time { display: block; text-align: left; padding-left: var(--left-padding); position: absolute; top: 0.5vw; }
@@ -32,7 +31,7 @@
3231

3332
/* Colors */
3433
td { background-color: var(--color); color: white; outline: 1px solid var(--color); }
35-
a { color: white; }
34+
table a { color: white; }
3635
.other { --color: grey; } /* default/other */
3736
.all { --color: olive; }
3837
.allbutie11 { --color: darkolivegreen; }
@@ -276,7 +275,7 @@ <h3>Key</h3>
276275
<dt>Jx</dt>
277276
<dd><a href="https://developer.mozilla.org/en-US/docs/Archive/Web/E4X/Processing_XML_with_E4X">XML in JS (E4X)</a></dd>
278277
</td>
279-
<td class="none">
278+
<td class="deprecated chrome none">
280279
<time>2015</time>
281280
<dt>Pn</dt>
282281
<dd>PNaCL</dd>

0 commit comments

Comments
 (0)