Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetitdant committed Mar 14, 2014
1 parent 8678200 commit f04cf68
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/views/Application/sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
.sponsor {
text-align: center;
padding: 20px;
margin: 10px;
//margin: 10px;
}

.sponsor hr {
Expand All @@ -24,15 +24,15 @@
}

.sponsor.col-sm-6 {
width: 300px;
// width: 300px;
}

.sponsor.col-sm-4 {
width: 180px;
//width: 180px;
}

.sponsor.col-sm-3 {
width: 130px;
//width: 130px;
}
</style>

Expand Down Expand Up @@ -78,7 +78,7 @@ <h1>&{'sponsors.forEvent', event}</h1>

#{list items:models.Sponsor.Level.values(), as:'level'}
#{if eventSponsors.get(level)}
<h2>${level.toString().toLowerCase().capFirst()}</h2>
<h2 class="centeredWithLine"><span>${level.toString().toLowerCase().capFirst()}</span></h2>

<div class="row">
#{list eventSponsors.get(level), as:'sponsor'}
Expand Down

0 comments on commit f04cf68

Please sign in to comment.