Commit c810cd1
authored
Rollup merge of rust-lang#101554 - notriddle:notriddle/implemenation-list-h3-span-in-band, r=Dylan-DPC
rustdoc: remove unused CSS `#implementations-list > h3 > span.in-band`
This was added in 51f26ac to help with the display of an `<h3>` tag that has a `<span class='in-band'>` inside.
The way implementation lists were rendered was changed in 34bd2b8 to have `<code class='in-band'>`, making this CSS unused.
Then it was turned into a `<div>` in 9077d54 without issue.
Finally, the header itself acquired the `in-band` class in 76a3b60.1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1528 | 1528 | | |
1529 | 1529 | | |
1530 | 1530 | | |
1531 | | - | |
1532 | | - | |
1533 | | - | |
1534 | | - | |
1535 | 1531 | | |
1536 | 1532 | | |
1537 | 1533 | | |
| |||
0 commit comments