Skip to content

Commit

Permalink
Closing campaign!
Browse files Browse the repository at this point in the history
  • Loading branch information
karledurante committed Nov 16, 2012
1 parent 991bf96 commit be66696
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
}
}

.sold_out {
text-align: center;
}

.buy {
border-radius: 4px;
background-color: $button_color;
Expand Down
4 changes: 3 additions & 1 deletion app/views/home/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
<div class="intro_column">
<%= render :partial => 'intro' %>
<%= render :partial => 'goal' %>
<%= render :partial => 'buy_now' %>

<%#= render :partial => 'buy_now' %>
<div class="sold_out"><h1>Sold Out!</h1></div>
</div>

<div class="reset_columns">&nbsp;</div>
Expand Down

0 comments on commit be66696

Please sign in to comment.