1
Fork 0

rollup merge of #22498: nagisa/style-fixes

This commit is contained in:
Alex Crichton 2015-02-18 14:35:03 -08:00
commit b64dfff326
2 changed files with 3 additions and 4 deletions

View file

@ -1404,8 +1404,7 @@ impl<'a> fmt::Display for Item<'a> {
try!(write!(fmt, try!(write!(fmt,
r##"<span id='render-detail'> r##"<span id='render-detail'>
<a id="collapse-all" href="#">[-] <a id="collapse-all" href="#">[-]</a>&nbsp;<a id="expand-all" href="#">[+]</a>
</a>&nbsp;<a id="expand-all" href="#">[+]</a>
</span>"##)); </span>"##));
// Write `src` tag // Write `src` tag

View file

@ -374,8 +374,8 @@ a {
color: #000; color: #000;
background: transparent; background: transparent;
} }
p a { color: #4e8bca; } .docblock a { color: #4e8bca; }
p a:hover { text-decoration: underline; } .docblock a:hover { text-decoration: underline; }
.content span.trait, .content a.trait, .block a.current.trait { color: #ed9603; } .content span.trait, .content a.trait, .block a.current.trait { color: #ed9603; }
.content span.mod, .content a.mod, block a.current.mod { color: #4d76ae; } .content span.mod, .content a.mod, block a.current.mod { color: #4d76ae; }