@@ -348,7 +348,7 @@ nav.sub {
348
348
.content .impl-items .docblock , .content .impl-items .stability {
349
349
margin-left : 40px ;
350
350
}
351
- .content .impl-items .method , .content .impl-items .type {
351
+ .content .impl-items .method , .content .impl-items > .type {
352
352
margin-left : 20px ;
353
353
}
354
354
392
392
text-decoration : underline;
393
393
}
394
394
395
- .content span .trait , .content a .trait , .block a .current .trait {color : # ed9603 ; }
395
+ .content span .trait , .content a .trait , .block a .current .trait {color : # 8866ff ; }
396
396
.content span .mod , .content a .mod , block a .current .mod {color : # 4d76ae ; }
397
397
.content span .enum , .content a .enum , .block a .current .enum {color : # 5e9766 ; }
398
398
.content span .struct , .content a .struct , .block a .current .struct {color : # e53700 ; }
443
443
.content .search-results td : first-child {padding-right : 0 ; }
444
444
.content .search-results td : first-child a {padding-right : 10px ; }
445
445
446
+ tr .result span .primitive ::after {content : ' (primitive type)' ;font-style : italic; }
447
+
446
448
# help {
447
449
background : # e9e9e9 ;
448
450
border-radius : 4px ;
@@ -581,7 +583,7 @@ pre.rust { position: relative; }
581
583
582
584
.collapse-toggle > .inner {
583
585
display : inline-block;
584
- width : 1 ch ;
586
+ width : 1.2 ch ;
585
587
text-align : center;
586
588
}
587
589