mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Hardcode icons width and height in CSS
This commit is contained in:
parent
c0ee34558f
commit
9958a0ad11
6 changed files with 43 additions and 36 deletions
|
@ -5,20 +5,20 @@ id: bitcoin-for-individuals
|
|||
<h1>{% translate pagetitle %}</h1>
|
||||
<p class="summary">{% translate summary %}</p>
|
||||
|
||||
<h2><img src="/img/ico_mobile.svg" alt="Icon"/>{% translate mobile %}</h2>
|
||||
<h2><img class="titleicon" src="/img/ico_mobile.svg" alt="Icon"/>{% translate mobile %}</h2>
|
||||
<p>{% translate mobiletext %}</p>
|
||||
|
||||
<h2><img src="/img/ico_lock.svg" alt="Icon" />{% translate secure %}</h2>
|
||||
<h2><img class="titleicon" src="/img/ico_lock.svg" alt="Icon" />{% translate secure %}</h2>
|
||||
<p>{% translate securetext %}</p>
|
||||
|
||||
<h2><img src="/img/ico_simple.svg" alt="Icon" />{% translate simple %}</h2>
|
||||
<h2><img class="titleicon" src="/img/ico_simple.svg" alt="Icon" />{% translate simple %}</h2>
|
||||
<p>{% translate simpletext %}</p>
|
||||
|
||||
<h2><img src="/img/ico_international.svg" alt="Icon" />{% translate international %}</h2>
|
||||
<h2><img class="titleicon" src="/img/ico_international.svg" alt="Icon" />{% translate international %}</h2>
|
||||
<p>{% translate internationaltext %}</p>
|
||||
|
||||
<h2><img src="/img/ico_lowfee.svg" alt="Icon" />{% translate lowfee %}</h2>
|
||||
<h2><img class="titleicon" src="/img/ico_lowfee.svg" alt="Icon" />{% translate lowfee %}</h2>
|
||||
<p>{% translate lowfeetext %}</p>
|
||||
|
||||
<h2><img src="/img/ico_anon.svg" alt="Icon" />{% translate anonymous %}</h2>
|
||||
<h2><img class="titleicon" src="/img/ico_anon.svg" alt="Icon" />{% translate anonymous %}</h2>
|
||||
<p>{% translate anonymoustext %}</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue