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
Make it a little easier for the eye to follow the first column.
  • Loading branch information
John Gabriele committed Apr 22, 2012
1 parent 6af5339 commit 80c04aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.html
Expand Up @@ -84,7 +84,7 @@ <h2>Features</h2>
<%loop sections%>
<tr><th class="subsection" id="<%var section escape=url%>"><%var section%></th></tr>
<%loop items%>
<tr><td><%var item%></td>
<tr><td style="border-bottom:1px dotted #98CAEB"><%var item%></td>
<%loop ratings%>
<td><div class="<%var class%>"><%var status%><%if footnote%><sup class="footnote_link">&nbsp;<a href="#footnote_<%var footnote%>" title="<%var foottext%>"><%var footnote%></a></sup><%/if%>
</div></td>
Expand Down

0 comments on commit 80c04aa

Please sign in to comment.