Skip to content

Commit

Permalink
Fix colour striping on speakers page.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmanders committed Apr 2, 2013
1 parent a3e4e3d commit 3baeb58
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions speakers.html
Expand Up @@ -161,7 +161,7 @@ <h2>Debugging HTTP</h2>
</div> </div>
</div> </div>


<div class="speaker" id="rowan"> <div class="speaker yellow clearfix" id="rowan">


<img class="hidden-phone" src="/img/rowan.jpg" alt="Rowan Merewood" /> <img class="hidden-phone" src="/img/rowan.jpg" alt="Rowan Merewood" />


Expand All @@ -177,7 +177,7 @@ <h2>Building Better Developers</h2>
</div> </div>
</div> </div>


<div class="speaker yellow clearfix" id="phil"> <div class="speaker clearfix" id="phil">


<img class="hidden-phone" src="/img/phil.jpg" alt="Phil Leggetter" /> <img class="hidden-phone" src="/img/phil.jpg" alt="Phil Leggetter" />


Expand All @@ -192,7 +192,7 @@ <h2>Real Time Web Apps in the Wild</h2>
</div> </div>
</div> </div>


<div class="speaker" id="alvaro"> <div class="speaker yellow clearfix" id="alvaro">


<img class="hidden-phone" src="/img/alvaro.jpg" alt="Alvaro Videla" /> <img class="hidden-phone" src="/img/alvaro.jpg" alt="Alvaro Videla" />


Expand All @@ -208,7 +208,7 @@ <h2>Scaling Applications with RabbitMQ</h2>
</div> </div>
</div> </div>


<div class="speaker yellow clearfix" id="graeme"> <div class="speaker clearfix" id="graeme">


<img class="hidden-phone" src="/img/graeme.jpg" alt="Graeme Mathieson" /> <img class="hidden-phone" src="/img/graeme.jpg" alt="Graeme Mathieson" />


Expand All @@ -226,7 +226,7 @@ <h2>Automate All The Things!</h2>
</div> </div>
</div> </div>


<div class="speaker clearfix" id="robert"> <div class="speaker yellow clearfix" id="robert">


<img class="hidden-phone" src="/img/robert.jpg" alt="Robert Nyman" /> <img class="hidden-phone" src="/img/robert.jpg" alt="Robert Nyman" />


Expand Down

0 comments on commit 3baeb58

Please sign in to comment.