Provide "GitHub-like" anchor links affordance (thanks @cbeams)

This commit is contained in:
Saivann 2014-05-24 21:56:08 -04:00
parent 5015b34f77
commit c4a8c26465
6 changed files with 110 additions and 0 deletions

View file

@ -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;