Fix tooltip position
This commit is contained in:
parent
bcffdf1b6d
commit
93f96be7d9
1 changed files with 4 additions and 2 deletions
|
@ -109,7 +109,6 @@ h3.impl, h3.method, h4.method, h3.type, h4.type, h4.associatedconstant {
|
|||
position: relative;
|
||||
}
|
||||
h3.impl, h3.method, h3.type {
|
||||
margin-top: 15px;
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
|
@ -467,7 +466,10 @@ h4 > code, h3 > code, .invisible > code {
|
|||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.content .methods > div:not(.important-traits) { margin-left: 40px; }
|
||||
.content .methods > div:not(.important-traits) {
|
||||
margin-left: 40px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.content .impl-items .docblock, .content .impl-items .stability {
|
||||
margin-left: 40px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue