Improve header anchor behavior

This commit is contained in:
Naoki Takezoe
2015-10-04 13:17:07 +09:00
parent bacf391a39
commit ed21ee8bdb
2 changed files with 10 additions and 17 deletions

View File

@@ -1681,13 +1681,15 @@ div.markdown-body table colgroup + tbody tr:first-child td:last-child {
}
.markdown-head {
left: -18px;
padding-left: 18px;
position: relative;
line-height: 1.7;
}
a.markdown-anchor-link {
position: absolute;
left: -18px;
left: 0px;
display: none;
color: #999;
/* From octicon style */