Rollup merge of #89736 - GuillaumeGomez:rm-unused-css-rule, r=dns2utf8

Remove unused CSS rule

As you can see in the firefox devtools:

![Screenshot from 2021-10-10 14-28-08](https://user-images.githubusercontent.com/3050060/136695689-16c77ceb-b1ab-40df-963a-048f2258e217.png)

It needs the display to be `grid` or `inline-grid`, which isn't the case.

r? `@dns2utf8`
This commit is contained in:
Matthias Krüger 2021-10-11 00:34:41 +02:00 committed by GitHub
commit bf01a59be5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -773,8 +773,6 @@ h2.small-section-header > .anchor {
.item-table {
display: table-row;
/* align content left */
justify-items: start;
}
.item-row {
display: table-row;