Skip to content

Commit ab3b15a

Browse files
authored
Add border style to collection table rows
1 parent 91001fd commit ab3b15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collections.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h1 style="margin-left: auto;margin-right: auto;">Collections</h1>
2121
</tr>
2222

2323
{% for c in site.data.collection-index %}
24-
<tr>
24+
<tr style="border: 1px solid blue;">
2525
<td class="tg-0lax">{{ c.name }}</td>
2626
<td class="tg-0lax"><a rel="nofollow" href="{{ c.contact | strip_html }}">{{ c.maintainer | strip_html }}</a></td>
2727
<td class="tg-0lax"><a rel="nofollow" href="{{ c.repository | strip_html }}">{{ c.repository | strip_html }}</a></td>

0 commit comments

Comments
 (0)