@@ -152,10 +152,15 @@ h1.fqn > .in-band > a:hover {
152152h2 , h3 , h4 {
153153 border-bottom : 1px solid;
154154}
155- h3 .code-header , h4 .code-header {
155+ h3 .code-header {
156+ font-size : 1.1em ;
157+ }
158+ h4 .code-header {
156159 font-size : 1em ;
160+ }
161+ h3 .code-header , h4 .code-header {
157162 font-weight : 600 ;
158- border : none;
163+ border-bottom-style : none;
159164 padding : 0 ;
160165 margin : 0 ;
161166}
@@ -174,12 +179,6 @@ h3.code-header, h4.code-header {
174179 margin-bottom : 10px ;
175180 position : relative;
176181}
177- .impl , .method .trait-impl ,
178- .type .trait-impl ,
179- .associatedconstant .trait-impl ,
180- .associatedtype .trait-impl {
181- padding-left : 15px ;
182- }
183182
184183div .impl-items > div {
185184 padding-left : 0 ;
@@ -674,13 +673,6 @@ nav.sub {
674673 left : -19px ;
675674}
676675
677- .content .impl-items .method , .content .impl-items > .type , .impl-items > .associatedconstant ,
678- .impl-items > .associatedtype , .content .impl-items details > summary > .type ,
679- .impl-items details > summary > .associatedconstant ,
680- .impl-items details > summary > .associatedtype {
681- margin-left : 20px ;
682- }
683-
684676.content .impl-items .docblock , .content .impl-items .item-info {
685677 margin-bottom : .6em ;
686678}
751743.anchor {
752744 display : none;
753745 position : absolute;
754- left : 0 ;
746+ left : -0.5 em ;
755747 background : none !important ;
756748}
757749.anchor .field {
@@ -1584,14 +1576,14 @@ details.rustdoc-toggle > summary.hideme::before {
15841576
15851577details .rustdoc-toggle > summary : not (.hideme )::before {
15861578 position : absolute;
1587- left : -23 px ;
1579+ left : -24 px ;
15881580 top : 3px ;
15891581}
15901582
15911583.impl-items > details .rustdoc-toggle > summary : not (.hideme )::before ,
15921584.undocumented > details .rustdoc-toggle > summary : not (.hideme )::before {
15931585 position : absolute;
1594- left : -2 px ;
1586+ left : -24 px ;
15951587}
15961588
15971589/* When a "hideme" summary is open and the "Expand description" or "Show
0 commit comments