about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCrazyRoka <rokarostuk@gmail.com>2021-12-07 18:42:07 +0200
committerCrazyRoka <rokarostuk@gmail.com>2021-12-16 18:57:59 +0200
commitdcfb756b97789b327f38c201d7f8ba34a91368ee (patch)
treebd0fc8c59e89a8df1c5ab5620876fe43a48aa44a
parent76e95e28c239a6a4b631bfc2e50e4603da22387d (diff)
downloadrust-dcfb756b97789b327f38c201d7f8ba34a91368ee.tar.gz
rust-dcfb756b97789b327f38c201d7f8ba34a91368ee.zip
Fixed overlapping "Fork me" logo
-rw-r--r--util/gh-pages/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/gh-pages/index.html b/util/gh-pages/index.html
index b79cb64aa01..f3aeb07a0eb 100644
--- a/util/gh-pages/index.html
+++ b/util/gh-pages/index.html
@@ -454,7 +454,7 @@ Otherwise, have a great day =^.^=
     </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>