File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 38
38
}
39
39
}
40
40
41
+ thead th span {
42
+ font-size : 0.8rem ;
43
+ }
44
+
41
45
tbody tr th {
42
46
font-weight : normal ;
43
47
}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ <h2 class="title is-2">Regions</h2>
12
12
< th scope ="col " class ="sort " data-sort ="name "> Region < i class ="fas fa-sort "> </ i > </ th >
13
13
< th scope ="col " class ="sort has-text-centered " data-sort ="tried "> Tried < i class ="fas fa-sort "> </ i > </ th >
14
14
< 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 >
16
16
</ tr >
17
17
</ thead >
18
18
You can’t perform that action at this time.
0 commit comments