mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
Remove fork and reorganize GitHub buttons
This commit is contained in:
parent
ef6bf6dfbe
commit
45e1878113
@ -5,6 +5,5 @@
|
|||||||
{{ include.title }}
|
{{ include.title }}
|
||||||
<div class="github-buttons">
|
<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" 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>
|
</div>
|
||||||
</h1>
|
</h1>
|
||||||
|
@ -185,7 +185,8 @@ h2, h3, h4, h5, h5 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.github-buttons {
|
.github-buttons {
|
||||||
float: right;
|
display: inline-block;
|
||||||
|
margin-left: 10px;
|
||||||
|
|
||||||
// avoid displaying the link text during loading
|
// avoid displaying the link text during loading
|
||||||
a.github-button {
|
a.github-button {
|
||||||
|
Loading…
Reference in New Issue
Block a user