File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -1404,8 +1404,7 @@ impl<'a> fmt::Display for Item<'a> {
1404
1404
1405
1405
try!( write ! ( fmt,
1406
1406
r##"<span id='render-detail'>
1407
- <a id="collapse-all" href="#">[-]
1408
- </a> <a id="expand-all" href="#">[+]</a>
1407
+ <a id="collapse-all" href="#">[-]</a> <a id="expand-all" href="#">[+]</a>
1409
1408
</span>"## ) ) ;
1410
1409
1411
1410
// Write `src` tag
Original file line number Diff line number Diff line change 374
374
color : # 000 ;
375
375
background : transparent;
376
376
}
377
- p a { color : # 4e8bca ; }
378
- p a : hover { text-decoration : underline; }
377
+ . docblock a { color : # 4e8bca ; }
378
+ . docblock a : hover { text-decoration : underline; }
379
379
380
380
.content span .trait , .content a .trait , .block a .current .trait { color : # ed9603 ; }
381
381
.content span .mod , .content a .mod , block a .current .mod { color : # 4d76ae ; }
You can’t perform that action at this time.
0 commit comments