Skip to content

Commit

Permalink
Fixed overlapping "Fork me" logo
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyRoka committed Dec 16, 2021
1 parent 76e95e2 commit dcfb756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/gh-pages/index.html
Expand Up @@ -454,7 +454,7 @@ <h2 class="panel-title">
</div>

<a href="https://github.com/rust-lang/rust-clippy">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on Github"/>
<img style="position: absolute; top: 0; right: 0; border: 0; clip-path: polygon(0% 0%, 100% 0%, 100% 100%);" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on Github"/>
</a>

<script src="https://cdnjs.cloudflare.com/ajax/libs/markdown-it/7.0.0/markdown-it.min.js"></script>
Expand Down

0 comments on commit dcfb756

Please sign in to comment.