Rollup merge of #89754 - dns2utf8:rustdoc_cleanup_css, r=GuillaumeGomez

Cleanup .item-table CSS

The main table-like element must be `display: table;`

r? `@GuillaumeGomez`
This commit is contained in:
Guillaume Gomez 2021-10-11 14:11:46 +02:00 committed by GitHub
commit f36c109a95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -772,7 +772,7 @@ h2.small-section-header > .anchor {
.block a.current.crate { font-weight: 500; }
.item-table {
display: table-row;
display: table;
}
.item-row {
display: table-row;