1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-05 23:26:06 +02:00

Remove fork and reorganize GitHub buttons

This commit is contained in:
Andrea Cardaci 2018-05-29 19:42:54 +02:00
parent ef6bf6dfbe
commit 45e1878113
2 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,5 @@
{{ include.title }}
<div class="github-buttons">
<a class="github-button" href="https://github.com/GTFOBins/GTFOBins.github.io" data-icon="octicon-star" data-show-count="true" aria-label="Star GTFOBins/GTFOBins.github.io on GitHub">Star</a>
<a class="github-button" href="https://github.com/GTFOBins/GTFOBins.github.io/fork" data-icon="octicon-repo-forked" aria-label="Fork GTFOBins/GTFOBins.github.io on GitHub">Fork</a>
</div>
</h1>

View File

@ -185,7 +185,8 @@ h2, h3, h4, h5, h5 {
}
.github-buttons {
float: right;
display: inline-block;
margin-left: 10px;
// avoid displaying the link text during loading
a.github-button {