Rollup merge of #86903 - GuillaumeGomez:small-header-display, r=Nemo157
Fix small headers display You can see it on the `IoSlice` or on the `ErrorKind` pages. Before:   After:   r? `@Nemo157`
This commit is contained in:
commit
46314f7d85
@ -1027,7 +1027,7 @@ fn render_assoc_items(
|
||||
write!(
|
||||
w,
|
||||
"<h2 id=\"deref-methods\" class=\"small-section-header\">\
|
||||
Methods from {trait_}<Target = {type_}>\
|
||||
<span>Methods from {trait_}<Target = {type_}></span>\
|
||||
<a href=\"#deref-methods\" class=\"anchor\"></a>\
|
||||
</h2>",
|
||||
trait_ = trait_.print(cx),
|
||||
|
@ -1092,11 +1092,6 @@ a.test-arrow:hover{
|
||||
left: -10px;
|
||||
}
|
||||
|
||||
#main > .variant, #main > .structfield {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
:target > code {
|
||||
opacity: 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user