1
Fork 0

Rollup merge of #53806 - GuillaumeGomez:fix-ui-issues-foreign-type-impls, r=QuietMisdreavus

Fix UI issues on Implementations on Foreign types

Fixes #53800.

<img width="1440" alt="screen shot 2018-08-29 at 22 06 35" src="https://user-images.githubusercontent.com/3050060/44814733-e9986180-abdd-11e8-97e0-0e3c1816ca04.png">

r? @QuietMisdreavus
This commit is contained in:
Pietro Albini 2018-08-30 20:15:48 +02:00 committed by GitHub
commit 6b1fffae20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 0 deletions

View file

@ -510,6 +510,9 @@ h4 > code, h3 > code, .invisible > code {
top: -9px;
left: -13px;
}
.methods > .stability {
margin-top: -8px;
}
#main > .stability {
margin-top: 0;

View file

@ -407,3 +407,7 @@ kbd {
.search-results td span.grey {
color: #ccc;
}
.impl-items code {
background-color: rgba(0, 0, 0, 0);
}

View file

@ -401,3 +401,7 @@ kbd {
.search-results td span.grey {
color: #999;
}
.impl-items code {
background-color: rgba(0, 0, 0, 0);
}