Skip to content

Commit 14f30da

Browse files
committed
Auto merge of #42131 - neosilky:doc-fix, r=frewsxcv
Update to trait bounds CSS in rustdoc Fixed re-submission of #40719.
2 parents e15c159 + b4c0616 commit 14f30da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,8 @@ h4 > code, h3 > code, .invisible > code {
382382
.content .fn .where,
383383
.content .where.fmt-newline {
384384
display: block;
385+
color: #4E4C4C;
386+
font-size: 0.8em;
385387
}
386388

387389
.content .methods > div { margin-left: 40px; }

0 commit comments

Comments
 (0)