mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 02:06:13 +00:00
Provide "GitHub-like" anchor links affordance (thanks @cbeams)
This commit is contained in:
parent
5015b34f77
commit
c4a8c26465
6 changed files with 110 additions and 0 deletions
|
@ -783,6 +783,22 @@ table td,table th{
|
|||
color:#646464;
|
||||
}
|
||||
|
||||
.anchorAf{
|
||||
position:relative;
|
||||
}
|
||||
.anchorAf a{
|
||||
display:none;
|
||||
}
|
||||
.anchorAf:hover a{
|
||||
display:block;
|
||||
position:absolute;
|
||||
width:24px;
|
||||
left:-24px;
|
||||
bottom:0;
|
||||
top:0;
|
||||
background:url(/img/mini_ico_anchor.png) no-repeat center center;
|
||||
}
|
||||
|
||||
.develdocdisclaimer{
|
||||
padding:30px 0;
|
||||
background:#fff;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue