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> {
14041404
14051405 try!( write ! ( fmt,
14061406 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>
14091408 </span>"## ) ) ;
14101409
14111410 // Write `src` tag
Original file line number Diff line number Diff line change 374374 color : # 000 ;
375375 background : transparent;
376376}
377- p a { color : # 4e8bca ; }
378- p a : hover { text-decoration : underline; }
377+ . docblock a { color : # 4e8bca ; }
378+ . docblock a : hover { text-decoration : underline; }
379379
380380.content span .trait , .content a .trait , .block a .current .trait { color : # ed9603 ; }
381381.content span .mod , .content a .mod , block a .current .mod { color : # 4d76ae ; }
You can’t perform that action at this time.
0 commit comments