Merge pull request #52 from nextcloud/stable9-hide-anchors

hide anchors in headers
This commit is contained in:
Morris Jobke 2016-07-11 13:36:15 +02:00 committed by GitHub
commit e949b928b4

View File

@ -1075,4 +1075,14 @@ img.desaturate {
.youtube i:hover {
color: #CC181E;
}
}
h1:hover a.headerlink,
h2:hover a.headerlink,
h3:hover a.headerlink,
h4:hover a.headerlink {
display: inline;
}
a.headerlink {
display: none;
}