1
Fork 0

Fix tooltip position

This commit is contained in:
Guillaume Gomez 2018-03-28 10:48:00 +02:00
parent bcffdf1b6d
commit 93f96be7d9

View file

@ -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;