Skip to content

Commit

Permalink
use z-index to bring github logo forward
Browse files Browse the repository at this point in the history
  • Loading branch information
robstewart57 committed Nov 23, 2012
1 parent 1987610 commit 740ff0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,12 @@
<body>
<a href="https://github.com/robstewart57/discover-me-semantically" target="_blank"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
<a href="https://github.com/robstewart57/discover-me-semantically" target="_blank"><img style="z-index: 5; position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
<form name="input" id="inputForm" action="process.php" method="post" >
<img class="topLogo" src="img/logo.png"/>
<table class="inputTable">
<tr>
Expand Down

0 comments on commit 740ff0b

Please sign in to comment.