提交 e08a84a0 编写于 作者: G Guillaume Gomez

Fix UI issues on Implementations on Foreign types

上级 8785e348
......@@ -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);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册