File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
src/librustdoc/html/static Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,8 @@ h4:not(.method):not(.type):not(.tymethod):not(.associatedconstant) {
116
116
padding-bottom : 6px ;
117
117
}
118
118
h1 .fqn {
119
+ display : flex;
120
+ width : 100% ;
119
121
border-bottom : 1px dashed;
120
122
margin-top : 0 ;
121
123
}
@@ -458,6 +460,13 @@ nav.sub {
458
460
font-weight : normal;
459
461
}
460
462
463
+ h1 .fqn > .out-of-band {
464
+ float : unset;
465
+ flex : 1 ;
466
+ text-align : right;
467
+ margin-left : 8px ;
468
+ }
469
+
461
470
h3 .impl > .out-of-band {
462
471
font-size : 21px ;
463
472
}
@@ -1450,10 +1459,6 @@ h4 > .notable-traits {
1450
1459
padding : 0 ;
1451
1460
}
1452
1461
1453
- .content .in-band {
1454
- width : 100% ;
1455
- }
1456
-
1457
1462
.content h4 > .out-of-band {
1458
1463
position : inherit;
1459
1464
}
You can’t perform that action at this time.
0 commit comments