(refs #231)Add anchor icon for headlines in Markdown.

This commit is contained in:
takezoe
2014-02-19 03:19:34 +09:00
parent 521d15219c
commit 78073babe4
4 changed files with 38 additions and 2 deletions

View File

@@ -850,3 +850,18 @@ div.markdown-body table colgroup + tbody tr:first-child td:last-child {
border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
}
.markdown-head {
position: relative;
}
a.markdown-anchor-link {
position: absolute;
top: 16px;
left: -20px;
width: 32px;
height: 16px;
background-image: url(../images/link.png);
background-repeat: no-repeat;
display: none;
}