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

Commit

Permalink
Browse files Browse the repository at this point in the history
Use true superscript for footnotes, keep +/_ aligned.
  • Loading branch information
pmichaud committed Jul 26, 2011
1 parent 5ed48b8 commit 525c283
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template.html
Expand Up @@ -42,6 +42,7 @@
font-size: smaller;
font-style: italic;
}
sup { position:absolute; }
</style>

</head>
Expand Down Expand Up @@ -78,7 +79,7 @@ <h2>Features</h2>
<%else%>
<td><%var feature%></td>
<%loop compilers%>
<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>
<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>
<%/loop%>
<%/if%>
</tr>
Expand Down

0 comments on commit 525c283

Please sign in to comment.