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,23 +5,23 @@ id: bitcoin-for-developers
|
|||
<h1>{% translate pagetitle %}</h1>
|
||||
<p class="summary">{% translate summary %}</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_conf.svg" alt="Icon" />{% translate api %}</h2>
|
||||
<h2><img class="titleicon" src="/img/ico_conf.svg" alt="Icon" />{% translate api %}</h2>
|
||||
<p>{% translate apitext %}</p>
|
||||
|
||||
<h2><img src="/img/ico_own.svg" alt="Icon" />{% translate own %}</h2>
|
||||
<h2><img class="titleicon" src="/img/ico_own.svg" alt="Icon" />{% translate own %}</h2>
|
||||
<p>{% translate owntext %}</p>
|
||||
|
||||
<h2><img src="/img/ico_invoice.svg" alt="Icon" />{% translate invoice %}</h2>
|
||||
<h2><img class="titleicon" src="/img/ico_invoice.svg" alt="Icon" />{% translate invoice %}</h2>
|
||||
<p>{% translate invoicetext %}</p>
|
||||
|
||||
<h2><img src="/img/ico_lock.svg" alt="Icon" />{% translate security %}</h2>
|
||||
<h2><img class="titleicon" src="/img/ico_lock.svg" alt="Icon" />{% translate security %}</h2>
|
||||
<p>{% translate securitytext %}</p>
|
||||
|
||||
<h2><img src="/img/ico_fast.svg" alt="Icon" />{% translate instant %}</h2>
|
||||
<h2><img class="titleicon" src="/img/ico_fast.svg" alt="Icon" />{% translate instant %}</h2>
|
||||
<p>{% translate instanttext %}</p>
|
||||
|
||||
<h2><img src="/img/ico_micro.svg" alt="Icon" />{% translate micro %}</h2>
|
||||
<h2><img class="titleicon" src="/img/ico_micro.svg" alt="Icon" />{% translate micro %}</h2>
|
||||
<p>{% translate microtext %}</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue