mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Fix missing anchor element
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
@@ -892,6 +892,14 @@ div.thumbnail > img {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
h1:hover a.headerlink,
|
||||
h2:hover a.headerlink,
|
||||
h3:hover a.headerlink,
|
||||
h4:hover a.headerlink {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
a.headerlink {
|
||||
display: none;
|
||||
padding-left: 5px;
|
||||
|
||||
Reference in New Issue
Block a user