Skip to content

Commit 4262b40

Browse files
committed
Add "not weighted" comment to region means
1 parent 24b8fa5 commit 4262b40

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

assets/css/style.scss

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
}
3939
}
4040

41+
thead th span {
42+
font-size: 0.8rem;
43+
}
44+
4145
tbody tr th {
4246
font-weight: normal;
4347
}

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h2 class="title is-2">Regions</h2>
1212
<th scope="col" class="sort" data-sort="name">Region <i class="fas fa-sort"></i></th>
1313
<th scope="col" class="sort has-text-centered" data-sort="tried">Tried <i class="fas fa-sort"></i></th>
1414
<th scope="col" class="sort has-text-centered" data-sort="to_try">To Try <i class="fas fa-sort"></i></th>
15-
<th scope="col" class="sort has-text-centered" data-sort="mean_rating">Mean Rating <i class="fas fa-sort"></i></th>
15+
<th scope="col" class="sort has-text-centered" data-sort="mean_rating">Mean Rating <br/> <span>(not weighted)</span><i class="fas fa-sort"></i></th>
1616
</tr>
1717
</thead>
1818

0 commit comments

Comments
 (0)