Skip to content

Commit 83c1e0a

Browse files
Add hover title to spec list endorsements; Improve spec list vertical spacing (#437)
1 parent 8e66937 commit 83c1e0a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

assets/css/custom.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
table.spec__table {
22
width: 100%;
3+
margin-top: 1.2rem;
34
}
45

56
table.spec__table thead {

layouts/partials/specs/spec_list.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
<table class="spec__table">
22
<thead>
33
<tr>
4-
<td>Title</td><td>Endorsed By</td>
4+
<td>Title</td>
5+
<td title="The following projects support these recommendations">
6+
Endorsed By
7+
</td>
58
</tr>
69
</thead>
710
{{- range $.Paginator.Pages.ByTitle }}

0 commit comments

Comments
 (0)