Add missing class for a few other icons

This commit is contained in:
Saivann 2013-07-08 23:33:11 -04:00
parent af8591494e
commit f2f6459920

View file

@ -19,15 +19,15 @@ id: choose-your-wallet
<div class="previewcol">
<div class="previewrow">
<h2><img src="/img/ico_software.svg" alt="Software wallets" />{% translate walletdesk %}</h2>
<h2><img class="titleicon" src="/img/ico_software.svg" alt="Software wallets" />{% translate walletdesk %}</h2>
<p>{% translate walletdesktxt %}</p>
</div>
<div class="previewrow">
<h2><img src="/img/ico_mobile.svg" alt="mobile wallets" />{% translate walletmobi %}</h2>
<h2><img class="titleicon" src="/img/ico_mobile.svg" alt="mobile wallets" />{% translate walletmobi %}</h2>
<p>{% translate walletmobitxt %}</p>
</div>
<div class="previewrow">
<h2><img src="/img/ico_international.svg" alt="web wallets" />{% translate walletweb %}</h2>
<h2><img class="titleicon" src="/img/ico_international.svg" alt="web wallets" />{% translate walletweb %}</h2>
<p>{% translate walletwebtxt %}</p>
</div>