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

Commit

Permalink
Clean up footnote_link class handling a bit, reduce the size of the s…
Browse files Browse the repository at this point in the history
…pace before the footnote number.
  • Loading branch information
pmichaud committed Jul 26, 2011
1 parent 525c283 commit d7ce843
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions template.html
Expand Up @@ -31,9 +31,6 @@
-moz-border-radius: 15px;
border-radius: 15px;
}
.footnote_link {
font-size: 80%
}
.subsection {
padding-top: 1em;
text-align: left;
Expand All @@ -42,7 +39,10 @@
font-size: smaller;
font-style: italic;
}
sup { position:absolute; }
.footnote_link {
font-size: 70%;
position:absolute;
}
</style>

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

0 comments on commit d7ce843

Please sign in to comment.