Dev Docs: Add "Edit|History|Report Issue|Discuss" Links To Subheads

This commit is contained in:
David A. Harding 2014-12-13 17:35:21 -05:00
parent 25acab7584
commit f368d38e04
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
27 changed files with 331 additions and 20 deletions

View file

@ -766,18 +766,26 @@ table td,table th{
.toccontent h2{
font-size:150%;
color:#383838;
margin-top: 30px;
margin-bottom: 0;
}
.toccontent h3{
font-size:130%;
color:#383838;
margin-top: 30px;
margin-bottom: 0;
}
.toccontent h4{
font-size:110%;
color:#383838;
margin-top: 30px;
margin-bottom: 0;
}
.toccontent h5,.toccontent h6{
font-size:100%;
color:#383838;
margin-top: 30px;
margin-bottom: 0;
}
.toccontent img{
max-width:100%;
@ -797,6 +805,12 @@ table td,table th{
.toccontent:hover a.auto-link:visited:hover{
color:#63a4e1;
}
.toccontent .subhead-links{
visibility: hidden;
}
.toccontent:hover .subhead-links{
visibility: visible;
}
.toccontent a:link.term,
.toccontent a:visited.term,
.toccontent:hover a.auto-link.term:link,