mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-12 00:15:50 +01:00
(refs #231)Fix anchor icon style and apply URL encoding to non-ascii chars in anchor name.
This commit is contained in:
@@ -857,7 +857,6 @@ div.markdown-body table colgroup + tbody tr:first-child td:last-child {
|
||||
|
||||
a.markdown-anchor-link {
|
||||
position: absolute;
|
||||
top: 16px;
|
||||
left: -20px;
|
||||
width: 32px;
|
||||
height: 16px;
|
||||
@@ -865,3 +864,7 @@ a.markdown-anchor-link {
|
||||
background-repeat: no-repeat;
|
||||
display: none;
|
||||
}
|
||||
|
||||
h1 a.markdown-anchor-link, h2 a.markdown-anchor-link, h3 a.markdown-anchor-link {
|
||||
top: 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user