Skip to content

Commit 5ac2fbb

Browse files
Merge pull request #1168 from dtolnay-contrib/clip
Clip 'Fork me on GitHub' buttons
2 parents 0dd5562 + f5752b3 commit 5ac2fbb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

site/static/bootstrap.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h3>This may take a while!</h3>
7676
<div id="totalChart"></div>
7777
<div id="as-of"></div>
7878
<a href="https://github.com/rust-lang-nursery/rustc-perf">
79-
<img style="position: absolute; top: 0; right: 0; border: 0;"
79+
<img style="position: absolute; top: 0; right: 0; border: 0; clip-path: polygon(8% 0%, 100% 92%, 100% 0%);"
8080
src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67"
8181
alt="Fork me on GitHub"
8282
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png">

site/static/compare.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ <h2>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
529529
<br>
530530
<div id="as-of"></div>
531531
<a href="https://github.com/rust-lang-nursery/rustc-perf">
532-
<img style="position: absolute; top: 0; right: 0; border: 0;"
532+
<img style="position: absolute; top: 0; right: 0; border: 0; clip-path: polygon(8% 0%, 100% 92%, 100% 0%);"
533533
src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67"
534534
alt="Fork me on GitHub"
535535
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png">

site/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h3>This may take a while!</h3>
8686
<div id="charts"></div>
8787
<div id="as-of"></div>
8888
<a href="https://github.com/rust-lang-nursery/rustc-perf">
89-
<img style="position: absolute; top: 0; right: 0; border: 0;"
89+
<img style="position: absolute; top: 0; right: 0; border: 0; clip-path: polygon(8% 0%, 100% 92%, 100% 0%);"
9090
src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67"
9191
alt="Fork me on GitHub"
9292
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png">
@@ -443,4 +443,4 @@ <h3>This may take a while!</h3>
443443
</script>
444444
</body>
445445

446-
</html>
446+
</html>

0 commit comments

Comments
 (0)