Skip to content

Commit 5bfbabc

Browse files
Rollup merge of #85256 - GuillaumeGomez:fix-implementors-display, r=notriddle
Fix display for "implementors" section Just saw this problem when going through docs: ![Screenshot from 2021-05-13 15-20-52](https://user-images.githubusercontent.com/3050060/118131978-766fc180-b3ff-11eb-86a8-7f6d22afa675.png) This fix puts it back to normal: ![Screenshot from 2021-05-13 15-23-29](https://user-images.githubusercontent.com/3050060/118132006-7e2f6600-b3ff-11eb-9985-025a7b7c5216.png) You can see it on the `TryFrom` page for example. r? ```@Nemo157```
2 parents 36b3c28 + 812994e commit 5bfbabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/librustdoc/html/static/rustdoc.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ h4 > code, h3 > code, .invisible > code {
542542
font-size: 0.8em;
543543
}
544544

545-
.content .methods > div:not(.notable-traits) {
545+
.content .methods > div:not(.notable-traits):not(.methods) {
546546
margin-left: 40px;
547547
margin-bottom: 15px;
548548
}

0 commit comments

Comments
 (0)