mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-19 10:19:07 +00:00
Rollup merge of #89736 - GuillaumeGomez:rm-unused-css-rule, r=dns2utf8
Remove unused CSS rule As you can see in the firefox devtools:  It needs the display to be `grid` or `inline-grid`, which isn't the case. r? `@dns2utf8`
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user