Skip to content

Commit bf01a59

Browse files
authored
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`
2 parents 9d307f1 + 5611b43 commit bf01a59

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/librustdoc/html/static/css/rustdoc.css

-2
Original file line numberDiff line numberDiff line change
@@ -773,8 +773,6 @@ h2.small-section-header > .anchor {
773773

774774
.item-table {
775775
display: table-row;
776-
/* align content left */
777-
justify-items: start;
778776
}
779777
.item-row {
780778
display: table-row;

0 commit comments

Comments
 (0)