53
53
body {
54
54
color : # 333 ;
55
55
min-width : 500px ;
56
- font : 15 px /1.4 "Heuristica" , "Helvetica Neue" , Helvetica, Arial, sans-serif;
56
+ font : 15.5 px /1.4 "Heuristica" , "Helvetica Neue" , Helvetica, Arial, sans-serif;
57
57
margin : 0 ;
58
58
position : relative;
59
59
padding : 10px 15px 20px 15px ;
68
68
h3 {
69
69
font-size : 1.3em ;
70
70
}
71
- h1 , h2 , h3 : not (.impl ), h4 : not (.method ) {
71
+ h1 , h2 , h3 : not (.impl ): not (. method ) , h4 : not (.method ) {
72
72
color : black;
73
73
font-weight : 500 ;
74
74
margin : 20px 0 15px 0 ;
@@ -78,15 +78,15 @@ h1.fqn {
78
78
border-bottom : 1px dashed # D5D5D5 ;
79
79
margin-top : 0 ;
80
80
}
81
- h2 , h3 : not (.impl ), h4 : not (.method ) {
81
+ h2 , h3 : not (.impl ): not (. method ) , h4 : not (.method ) {
82
82
border-bottom : 1px solid # DDDDDD ;
83
83
}
84
- h3 .impl , h4 .method {
84
+ h3 .impl , h3 . method , h4 .method {
85
85
font-weight : 600 ;
86
86
margin-top : 10px ;
87
87
margin-bottom : 10px ;
88
88
}
89
- h3 .impl {
89
+ h3 .impl , h3 . method {
90
90
margin-top : 15px ;
91
91
}
92
92
h1 , h2 , h3 , h4 , section .sidebar , a .source , .search-input , .content table a {
@@ -211,6 +211,7 @@ nav.sub {
211
211
text-overflow : ellipsis;
212
212
margin : 0 ;
213
213
}
214
+ .docblock .short code { white-space : nowrap; }
214
215
215
216
.docblock h1 , .docblock h2 , .docblock h3 , .docblock h4 , .docblock h5 {
216
217
border-bottom : 1px solid # DDD ;
366
367
.stability {
367
368
border-left : 6px solid # 000 ;
368
369
border-radius : 3px ;
369
- padding : 2px 10px ;
370
+ font-weight : 400 ;
371
+ padding : 4px 10px ;
370
372
text-transform : lowercase;
371
- margin-left : 10 px ;
373
+ margin-left : 14 px ;
372
374
}
373
375
374
376
.stability .Deprecated { border-color : # D60027 ; color : # 880017 ; }
@@ -395,7 +397,6 @@ pre.rust .lifetime { color: #B76514; }
395
397
/* Override parent class attributes. */
396
398
border-bottom : none !important ;
397
399
font-size : 1.1em !important ;
398
- font-weight : 400 ;
399
400
margin : 0 0 -5px ;
400
401
padding : 0 ;
401
402
}
0 commit comments