/gold/about: Fixed missing whitespace.

This commit is contained in:
frdmn
2013-07-15 16:43:22 -07:00
committed by Neil Williams
parent e2bd1f668f
commit 5f28c1d609
2 changed files with 2 additions and 2 deletions

View File

@@ -299,7 +299,7 @@ section#about-gold, section#about-gold-partners {
.or {
font-size: 18px;
margin: 0 16px;
margin: 0 16px 0 10px;
}
}

View File

@@ -68,7 +68,7 @@
<p>${description}</p>
% endif
<div class="actions">
<a class="buy-gold-button" href="/gold">${_('buy reddit gold')}</a>
<a class="buy-gold-button" href="/gold">${_('buy reddit gold')}</a>&#32;
<span class="or">${_('or')}</span>
<a class="postcard-button" href="/gold/about#postcard"><img src="${static('gold/stamp.png')}" alt=""> ${_('send us a postcard')}</a>
</div>