Add contextual link to source file on GitHub in devel-doc (thanks @icook @harding)

This commit is contained in:
Saivann 2014-11-16 17:28:56 -05:00
parent e29104fb82
commit 7a6484fc21
7 changed files with 159 additions and 5 deletions

View file

@ -743,6 +743,9 @@ table td,table th{
.toc ul.reportissue li{
background:url(/img/mini_ico_report.svg) no-repeat 0 3px;
}
.toc ul.editsource li{
background:url(/img/mini_ico_rev.svg) no-repeat 0 3px;
}
.toc a,
.toc a:link,
.toc a:active,
@ -818,6 +821,11 @@ table td,table th{
margin:0;
overflow-y:visible;
}
.toccontent .sourcefile{
width:0;
height:0;
position:absolute;
}
.anchorAf{
position:relative;
@ -2174,10 +2182,9 @@ h2 .rssicon{
.toc ul li ul li a.active:before{
content:"";
}
.toc ul.goback li{
background:none;
}
.toc ul.reportissue li{
.toc ul.goback li,
.toc ul.reportissue li,
.toc ul.editsource li{
background:none;
}
.toccontent{