Skip to content

Commit

Permalink
removed ;
Browse files Browse the repository at this point in the history
  • Loading branch information
oyo committed Feb 23, 2023
1 parent 6795124 commit 6d5c015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/documentation/js/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,8 @@ class Content extends Viewable {
[...root.querySelectorAll('h1, h2, h3, h4, h5, h6')].forEach(this.replaceLink.bind(this))
root.styleSheets[0].insertRule('h1:hover, h2:hover, h3:hover, h4:hover, h5:hover { text-decoration: underline; cursor: pointer; }')
root.styleSheets[0].insertRule('.headline { position: relative; }')
root.styleSheets[0].insertRule('a.github { position: absolute; width: 20px; height: 20px; bottom: 15%; right: 0px; background-color: #888888; display: none; }');
root.styleSheets[0].insertRule('.markdown-body { margin-top: -24px; }');
root.styleSheets[0].insertRule('a.github { position: absolute; width: 20px; height: 20px; bottom: 15%; right: 0px; background-color: #888888; display: none; }')
root.styleSheets[0].insertRule('.markdown-body { margin-top: -24px; }')
}

renderMD(content) {
Expand Down

0 comments on commit 6d5c015

Please sign in to comment.