Skip to content

Commit 6d2935d

Browse files
committed
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 parent c2804e6 commit 6d2935d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

-4
Original file line numberDiff line numberDiff line change
@@ -1528,10 +1528,6 @@ kbd {
15281528
cursor: default;
15291529
}
15301530

1531-
#implementations-list > h3 > span.in-band {
1532-
width: 100%;
1533-
}
1534-
15351531
#main-content > ul {
15361532
padding-left: 10px;
15371533
}

0 commit comments

Comments
 (0)