Auto merge of #42131 - neosilky:doc-fix, r=frewsxcv

Update to trait bounds CSS in rustdoc

Fixed re-submission of #40719.
This commit is contained in:
bors 2017-05-21 08:28:05 +00:00
commit 14f30da613

View File

@ -382,6 +382,8 @@ h4 > code, h3 > code, .invisible > code {
.content .fn .where,
.content .where.fmt-newline {
display: block;
color: #4E4C4C;
font-size: 0.8em;
}
.content .methods > div { margin-left: 40px; }