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,
r##"<span id='render-detail'>
<a id="collapse-all" href="#">[-]
</a>&nbsp;<a id="expand-all" href="#">[+]</a>
<a id="collapse-all" href="#">[-]</a>&nbsp;<a id="expand-all" href="#">[+]</a>
</span>"##));
// Write `src` tag

View file

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