Skip to content

Commit

Permalink
Made changes to the screen that appears when the raffle is over
Browse files Browse the repository at this point in the history
  • Loading branch information
jimwhimpey committed Sep 13, 2009
1 parent f5423cd commit e6e4aca
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions raffle/index.html
Expand Up @@ -50,7 +50,7 @@

// If the raffle is over then we'll display an overlay with some information
if (daysToGo == 0) {
$("#over").css("display", "block");
$("#over").css({"display": "block", "z-index": 100});
$("#header").css("display", "none");
$("#content").css("display", "none");
$("#apps").css("display", "none");
Expand Down Expand Up @@ -337,7 +337,10 @@ <h2>Sorry, Raffle's Over!</h2>
<p> Many thanks to the following generous Mac developers who made this raffle possible:
<a href="http://culturedcode.com/">Cultured Code</a>,
<a href="http://www.red-sweater.com/products/index.html">Red Sweater</a>,
<a href="http://www.atebits.com/">atebits</a> and <a href="http://www.riverfold.com/">Riverfold Software</a>.
<a href="http://www.atebits.com/">atebits</a>, <a href="http://www.riverfold.com/">Riverfold Software</a>,
<a href="http://www.macmation.com/">MacMotion</a>, <a href="http://saltatory.com/">Saltatory Software</a>,
<a href="http://agilewebsolutions.com/products/1Password">Agile Web Solutions</a> and
<a href="http://www.zicronsoftware.com/">Zicron Software</a>.
They're all amazing!</p>

</div>
Expand Down

0 comments on commit e6e4aca

Please sign in to comment.