better github thing

This commit is contained in:
Peter Cottle 2013-12-30 10:27:25 -08:00
parent 17fda94aff
commit 8d99d31696
2 changed files with 14 additions and 1 deletions

View file

@ -33,6 +33,19 @@ p {
font-size: 18px;
}
.githubLink {
z-index: 99;
position: fixed;
top: 0;
right: 0;
}
@media (max-width: 700px) {
.githubLink {
display: none !important;
}
}
div.modalTerminal a {
color: rgb(253, 152, 209);
font-weight: bold;

View file

@ -82,7 +82,7 @@
</div>
<!-- lol inline styles -->
<a href="https://github.com/pcottle/learnGitBranching" target="_blank" style="z-index: 99; position: fixed; top: 0; right: 0">
<a class="githubLink" href="https://github.com/pcottle/learnGitBranching" target="_blank">
<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">
</a>