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

Commit 80c04aa

Browse files
author
John Gabriele
committed
Make it a little easier for the eye to follow the first column.
1 parent 6af5339 commit 80c04aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <h2>Features</h2>
8484
<%loop sections%>
8585
<tr><th class="subsection" id="<%var section escape=url%>"><%var section%></th></tr>
8686
<%loop items%>
87-
<tr><td><%var item%></td>
87+
<tr><td style="border-bottom:1px dotted #98CAEB"><%var item%></td>
8888
<%loop ratings%>
8989
<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%>
9090
</div></td>

0 commit comments

Comments
 (0)