110
110
font-size : 1.3em ;
111
111
}
112
112
h1 , h2 , h3 : not (.impl ): not (.method ): not (.type ): not (.tymethod ): not (.notable ),
113
- h4 : not (.method ): not (.type ): not (.tymethod ): not (.associatedconstant ) {
113
+ h4 : not (.method ): not (.type ): not (.tymethod ): not (.associatedconstant ): not (. associatedtype ) {
114
114
font-weight : 500 ;
115
115
margin : 20px 0 15px 0 ;
116
116
padding-bottom : 6px ;
@@ -128,18 +128,18 @@ h1.fqn > .in-band > a:hover {
128
128
text-decoration : underline;
129
129
}
130
130
h2 , h3 : not (.impl ): not (.method ): not (.type ): not (.tymethod ),
131
- h4 : not (.method ): not (.type ): not (.tymethod ): not (.associatedconstant ) {
131
+ h4 : not (.method ): not (.type ): not (.tymethod ): not (.associatedconstant ): not (. associatedtype ) {
132
132
border-bottom : 1px solid;
133
133
}
134
- h3 .impl , h3 .method , h4 .method , h3 .type , h4 .type , h4 .associatedconstant {
134
+ h3 .impl , h3 .method , h4 .method , h3 .type , h4 .type , h4 .associatedconstant , h4 . associatedtype {
135
135
flex-basis : 100% ;
136
136
font-weight : 600 ;
137
137
margin-top : 16px ;
138
138
margin-bottom : 10px ;
139
139
position : relative;
140
140
}
141
141
h3 .impl , h3 .method , h4 .method .trait-impl , h3 .type ,
142
- h4 .type .trait-impl , h4 .associatedconstant .trait-impl {
142
+ h4 .type .trait-impl , h4 .associatedconstant .trait-impl , h4 . associatedtype . trait-impl {
143
143
padding-left : 15px ;
144
144
}
145
145
@@ -599,8 +599,9 @@ h4 > code, h3 > code, .invisible > code {
599
599
}
600
600
601
601
.content .impl-items .method , .content .impl-items > .type , .impl-items > .associatedconstant ,
602
- .content .impl-items details > summary > .type ,
603
- .impl-items details > summary > .associatedconstant {
602
+ .impl-items > .associatedtype , .content .impl-items details > summary > .type ,
603
+ .impl-items details > summary > .associatedconstant ,
604
+ .impl-items details > summary > .associatedtype {
604
605
margin-left : 20px ;
605
606
}
606
607
660
661
}
661
662
662
663
.in-band : hover > .anchor , .impl : hover > .anchor , .method .trait-impl : hover > .anchor ,
663
- .type .trait-impl : hover > .anchor , .associatedconstant .trait-impl : hover > .anchor {
664
+ .type .trait-impl : hover > .anchor , .associatedconstant .trait-impl : hover > .anchor ,
665
+ .associatedtype .trait-impl : hover > .anchor {
664
666
display : inline-block;
665
667
position : absolute;
666
668
}
@@ -1470,7 +1472,8 @@ h4 > .notable-traits {
1470
1472
margin-left : 0 ;
1471
1473
}
1472
1474
1473
- .content .impl-items .method , .content .impl-items > .type , .impl-items > .associatedconstant {
1475
+ .content .impl-items .method , .content .impl-items > .type , .impl-items > .associatedconstant ,
1476
+ .impl-items > .associatedtype {
1474
1477
display : flex;
1475
1478
}
1476
1479
0 commit comments