We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91001fd commit ab3b15aCopy full SHA for ab3b15a
collections.html
@@ -21,7 +21,7 @@ <h1 style="margin-left: auto;margin-right: auto;">Collections</h1>
21
</tr>
22
23
{% for c in site.data.collection-index %}
24
-<tr>
+<tr style="border: 1px solid blue;">
25
<td class="tg-0lax">{{ c.name }}</td>
26
<td class="tg-0lax"><a rel="nofollow" href="{{ c.contact | strip_html }}">{{ c.maintainer | strip_html }}</a></td>
27
<td class="tg-0lax"><a rel="nofollow" href="{{ c.repository | strip_html }}">{{ c.repository | strip_html }}</a></td>
0 commit comments