Rollup merge of #101292 - rust-lang:notriddle/rustdoc-table-first-child, r=GuillaumeGomez
rustdoc: remove unneeded CSS `.content table td:first-child > a` This rule was added inc1c6175e62
to benefit the module items table. However, the module items table stopped using table tags when6020c79dde
switched us over to grid layout.
This commit is contained in:
commit
1c12dedd53
1 changed files with 0 additions and 1 deletions
|
@ -207,7 +207,6 @@ h1, h2, h3, h4, h5, h6,
|
|||
a.source,
|
||||
.search-input,
|
||||
.search-results .result-name,
|
||||
.content table td:first-child > a,
|
||||
.item-left > a,
|
||||
.out-of-band,
|
||||
span.since,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue