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

Commit d7ce843

Browse files
committed
Clean up footnote_link class handling a bit, reduce the size of the space before the footnote number.
1 parent 525c283 commit d7ce843

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

template.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
-moz-border-radius: 15px;
3232
border-radius: 15px;
3333
}
34-
.footnote_link {
35-
font-size: 80%
36-
}
3734
.subsection {
3835
padding-top: 1em;
3936
text-align: left;
@@ -42,7 +39,10 @@
4239
font-size: smaller;
4340
font-style: italic;
4441
}
45-
sup { position:absolute; }
42+
.footnote_link {
43+
font-size: 70%;
44+
position:absolute;
45+
}
4646
</style>
4747

4848
</head>
@@ -79,7 +79,7 @@ <h2>Features</h2>
7979
<%else%>
8080
<td><%var feature%></td>
8181
<%loop compilers%>
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>
82+
<td><div class="<%var class%>"><%var status%><%if footnote%><sup class="footnote_link">&nbsp;<a href="#footnote_<%var footnote%>" title="<%var ftext escape=html%>"><%var footnote%></a></sup><%/if%></div></td>
8383
<%/loop%>
8484
<%/if%>
8585
</tr>

0 commit comments

Comments
 (0)