Skip to content

Commit c0fd972

Browse files
committed
Reduce font size & padding in affiliated packages table
Per the request by @taldcroft, I'm reducing the font size of the new affiliated table to be that of the ambient text on the main page. I'm also slightly reducing the padding of the table cells, to make for a (somewhat) shorter scroll through the table.
1 parent 2280385 commit c0fd972

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ thead{
561561

562562

563563
td{
564-
padding:16px 5px;
564+
padding:12px 5px;
565565
font-size: 100%;
566566
line-height: 1.3em;
567567
}

0 commit comments

Comments
 (0)