Skip to content

Commit

Permalink
If I could kill now I would
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbruniges committed Dec 4, 2012
1 parent 3cd5129 commit bf4c21e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
8 changes: 3 additions & 5 deletions gameon/base/static/base/css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,22 +132,20 @@ div[role=main] .big-picture .busta {
.participate .busta {
padding: 100px 5em 0;
background: url('/static/base/img/home/participate.png') 100% 0 no-repeat;
margin-bottom: 3em;
overflow: hidden;
}
.participate .exclaim {
color: #37d09e;
}
.participate .hack-col {
.participate article {
background: rgba(00, 40, 58, 0.8);
color: #fff;
width: 46%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 1em 40px 99999px 40px;
padding: 1em 40px;
float: left;
margin: 0 2% -99999px 2%;
margin: 0 2% 3em;
border-radius: 16px;
}
.participate .vevent {
Expand Down
4 changes: 0 additions & 4 deletions gameon/static_site/templates/static_site/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ <h2 class="exclaim">Submit your game prototype by {{ request.challenge.end_date.
</section>
<section class="participate cf">
<div class="busta cf">
<div class="hack-col">
<article class="submit_now">
<h2 class="exclaim">Submit Your Game</h2>
<p>Mozilla invites you to imagine how next-generation web technologies can revolutionize the way we make and play games. It's your opportunity to invent new game mechanics and re-imagine the web as a gaming platform.</p>
Expand All @@ -56,8 +55,6 @@ <h2 class="exclaim">Submit Your Game</h2>
</footer>
{% endif %}
</article>
</div>
<div class="hack-col">
<article class="events">
<h2 class="exclaim">Come to a Game Jam!</h2>
<ul class="checks">
Expand All @@ -83,6 +80,5 @@ <h4><a class="summary url" href="{{ ev.url }}">{{ ev.name }}</a></h4>
</footer>
</article>
</div>
</div>
</section>
{% endblock %}

0 comments on commit bf4c21e

Please sign in to comment.