Fix UI issues on Implementations on Foreign types

This commit is contained in:
Guillaume Gomez 2018-08-29 22:48:37 +02:00
parent 8785e348ba
commit e08a84a0c1
3 changed files with 11 additions and 0 deletions

View file

@ -509,6 +509,9 @@ h4 > code, h3 > code, .invisible > code {
top: -9px;
left: -13px;
}
.methods > .stability {
margin-top: -8px;
}
nav {
border-bottom: 1px solid;

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);
}