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,
|
||||
r##"<span id='render-detail'>
|
||||
<a id="collapse-all" href="#">[-]
|
||||
</a> <a id="expand-all" href="#">[+]</a>
|
||||
<a id="collapse-all" href="#">[-]</a> <a id="expand-all" href="#">[+]</a>
|
||||
</span>"##));
|
||||
|
||||
// Write `src` tag
|
||||
|
|
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue