mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Fix missing anchor element
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
1270f48ce7
commit
9372c54928
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user