Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit 525c283

Browse files
committed
Use true superscript for footnotes, keep +/_ aligned.
1 parent 5ed48b8 commit 525c283

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
font-size: smaller;
4343
font-style: italic;
4444
}
45+
sup { position:absolute; }
4546
</style>
4647

4748
</head>
@@ -78,7 +79,7 @@ <h2>Features</h2>
7879
<%else%>
7980
<td><%var feature%></td>
8081
<%loop compilers%>
81-
<td><div class="<%var class%>"><%var status%><%if footnote%> <a href="#footnote_<%var footnote%>" title="<%var ftext escape=html%>" class="footnote_link">(<%var footnote%>)</a><%/if%></div></td>
82+
<td><div class="<%var class%>"><%var status%><%if footnote%><sup>&nbsp;<a href="#footnote_<%var footnote%>" title="<%var ftext escape=html%>" class="footnote_link"><%var footnote%></a></sup><%/if%></div></td>
8283
<%/loop%>
8384
<%/if%>
8485
</tr>

0 commit comments

Comments
 (0)