rollup merge of #22498: nagisa/style-fixes
This commit is contained in:
commit
b64dfff326
2 changed files with 3 additions and 4 deletions
|
@ -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> <a id="expand-all" href="#">[+]</a>
|
||||||
</a> <a id="expand-all" href="#">[+]</a>
|
|
||||||
</span>"##));
|
</span>"##));
|
||||||
|
|
||||||
// Write `src` tag
|
// Write `src` tag
|
||||||
|
|
|
@ -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; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue