Fix UI issues on Implementations on Foreign types
This commit is contained in:
parent
8785e348ba
commit
e08a84a0c1
3 changed files with 11 additions and 0 deletions
|
@ -509,6 +509,9 @@ h4 > code, h3 > code, .invisible > code {
|
|||
top: -9px;
|
||||
left: -13px;
|
||||
}
|
||||
.methods > .stability {
|
||||
margin-top: -8px;
|
||||
}
|
||||
|
||||
nav {
|
||||
border-bottom: 1px solid;
|
||||
|
|
|
@ -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…
Reference in a new issue