mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
Dev Docs: Add "Edit|History|Report Issue|Discuss" Links To Subheads
This commit is contained in:
parent
25acab7584
commit
f368d38e04
27 changed files with 331 additions and 20 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue