Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: fix source link margin to sub-header mark
Prior to this commit, [src] link overlapped sharped (#) sub-header link
  • Loading branch information
rodion-arr committed Jun 1, 2020
commit bcb19a526b4822185f725a049d23f204de7eeba0
1 change: 1 addition & 0 deletions doc/api_assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ h5 {
.srclink {
float: right;
font-size: smaller;
margin-right: 30px;
}

h1 span,
Expand Down