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:
commit
6b1fffae20
3 changed files with 11 additions and 0 deletions
|
@ -510,6 +510,9 @@ h4 > code, h3 > code, .invisible > code {
|
|||
top: -9px;
|
||||
left: -13px;
|
||||
}
|
||||
.methods > .stability {
|
||||
margin-top: -8px;
|
||||
}
|
||||
|
||||
#main > .stability {
|
||||
margin-top: 0;
|
||||
|
|
|
@ -407,3 +407,7 @@ kbd {
|
|||
.search-results td span.grey {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.impl-items code {
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
|
|
@ -401,3 +401,7 @@ kbd {
|
|||
.search-results td span.grey {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.impl-items code {
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue