rustdoc: remove unused CSS #implementations-list > h3 > span.in-band
This was added in51f26acaea
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 in34bd2b845b
to have `<code class='in-band'>`, making this CSS unused. Then it was turned into a `<div>` in9077d540da
without issue. Finally, the header itself acquired the `in-band` class in76a3b609d0
.
This commit is contained in:
parent
c2804e6ec2
commit
6d2935da17
@ -1528,10 +1528,6 @@ kbd {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
#implementations-list > h3 > span.in-band {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#main-content > ul {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user