Fix title heading overlap in rust doc

This commit is contained in:
Guillaume Gomez 2017-10-22 16:08:31 +02:00
parent b6055cb7d2
commit becd45be80

View File

@ -529,7 +529,8 @@ a {
.content .search-results td:first-child { padding-right: 0; }
.content .search-results td:first-child a { padding-right: 10px; }
tr.result span.primitive::after { content: ' (primitive type)'; font-style: italic; color: black;
tr.result span.primitive::after {
content: ' (primitive type)'; font-style: italic; color: black;
}
body.blur > :not(#help) {
@ -745,6 +746,14 @@ span.since {
margin-top: 5px;
}
.docblock > .section-header:first-child {
margin-left: 15px;
}
.docblock > .section-header:first-child:hover > a:before {
left: -10px;
}
.enum > .collapsed, .struct > .collapsed {
margin-bottom: 25px;
}