Display all links when hovering the page in devel-docs (thanks @ewiner @harding) (fixes #528)

This commit is contained in:
Saivann 2014-08-22 12:14:29 -04:00
parent fa81ee46be
commit b7ac999a23

View file

@ -764,20 +764,20 @@ table td,table th{
.toccontent a.auto-link:visited{ .toccontent a.auto-link:visited{
color:#646464; color:#646464;
} }
.toccontent p:hover a.auto-link:link, .toccontent:hover a.auto-link:link,
.toccontent p:hover a.auto-link:visited{ .toccontent:hover a.auto-link:visited{
color:#2c6fad; color:#2c6fad;
} }
.toccontent p:hover a.auto-link:link:hover, .toccontent:hover a.auto-link:link:hover,
.toccontent p:hover a.auto-link:visited:hover{ .toccontent:hover a.auto-link:visited:hover{
color:#63a4e1; color:#63a4e1;
} }
.toccontent a:link.term, .toccontent a:link.term,
.toccontent a:visited.term, .toccontent a:visited.term,
.toccontent p:hover a.auto-link.term:link, .toccontent:hover a.auto-link.term:link,
.toccontent p:hover a.auto-link.term:visited, .toccontent:hover a.auto-link.term:visited,
.toccontent p:hover a.auto-link.term:link:hover, .toccontent:hover a.auto-link.term:link:hover,
.toccontent p:hover a.auto-link.term:visited:hover{ .toccontent:hover a.auto-link.term:visited:hover{
color:#000; color:#000;
} }
.toccontent a.term:link code, .toccontent a.term:link code,