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
|
@ -427,6 +427,8 @@ li p{
|
||||||
vertical-align:middle;
|
vertical-align:middle;
|
||||||
margin-right:8px;
|
margin-right:8px;
|
||||||
margin-left:-40px;
|
margin-left:-40px;
|
||||||
|
width:32px;
|
||||||
|
height:32px;
|
||||||
}
|
}
|
||||||
#before a,#support a{
|
#before a,#support a{
|
||||||
background-color:#2c6fad;
|
background-color:#2c6fad;
|
||||||
|
@ -468,6 +470,11 @@ li p{
|
||||||
|
|
||||||
/*Styles specific to elements in pages*/
|
/*Styles specific to elements in pages*/
|
||||||
|
|
||||||
|
.titleicon{
|
||||||
|
width:32px;
|
||||||
|
height:32px;
|
||||||
|
}
|
||||||
|
|
||||||
.index,.index ul,.index li{
|
.index,.index ul,.index li{
|
||||||
list-style:none;
|
list-style:none;
|
||||||
padding:0px;
|
padding:0px;
|
||||||
|
|
|
@ -5,26 +5,26 @@ id: bitcoin-for-businesses
|
||||||
<h1>{% translate pagetitle %}</h1>
|
<h1>{% translate pagetitle %}</h1>
|
||||||
<p class="summary">{% translate summary %}</p>
|
<p class="summary">{% translate summary %}</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>
|
<p>{% translate lowfeetext %}</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_shield.svg" alt="Icon" />{% translate fraud %}</h2>
|
<h2><img class="titleicon" src="/img/ico_shield.svg" alt="Icon" />{% translate fraud %}</h2>
|
||||||
<p>{% translate fraudtext %}</p>
|
<p>{% translate fraudtext %}</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>
|
<p>{% translate internationaltext %}</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_pci.svg" alt="Icon" />{% translate pci %}</h2>
|
<h2><img class="titleicon" src="/img/ico_pci.svg" alt="Icon" />{% translate pci %}</h2>
|
||||||
<p>{% translate pcitext %}</p>
|
<p>{% translate pcitext %}</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>
|
<p>{% translate instanttext %}</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_visib.svg" alt="Icon" />{% translate visibility %}</h2>
|
<h2><img class="titleicon" src="/img/ico_visib.svg" alt="Icon" />{% translate visibility %}</h2>
|
||||||
<p>{% translate visibilitytext %}</p>
|
<p>{% translate visibilitytext %}</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_multi.svg" alt="Icon" />{% translate multisig %}</h2>
|
<h2><img class="titleicon" src="/img/ico_multi.svg" alt="Icon" />{% translate multisig %}</h2>
|
||||||
<p>{% translate multisigtext %}</p>
|
<p>{% translate multisigtext %}</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_transparency.svg" alt="Icon" />{% translate transparency %}</h2>
|
<h2><img class="titleicon" src="/img/ico_transparency.svg" alt="Icon" />{% translate transparency %}</h2>
|
||||||
<p>{% translate transparencytext %}</p>
|
<p>{% translate transparencytext %}</p>
|
||||||
|
|
|
@ -5,23 +5,23 @@ id: bitcoin-for-developers
|
||||||
<h1>{% translate pagetitle %}</h1>
|
<h1>{% translate pagetitle %}</h1>
|
||||||
<p class="summary">{% translate summary %}</p>
|
<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>
|
<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>
|
<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>
|
<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>
|
<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>
|
<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>
|
<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>
|
<p>{% translate microtext %}</p>
|
||||||
|
|
|
@ -5,20 +5,20 @@ id: bitcoin-for-individuals
|
||||||
<h1>{% translate pagetitle %}</h1>
|
<h1>{% translate pagetitle %}</h1>
|
||||||
<p class="summary">{% translate summary %}</p>
|
<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>
|
<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>
|
<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>
|
<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>
|
<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>
|
<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>
|
<p>{% translate anonymoustext %}</p>
|
||||||
|
|
|
@ -5,23 +5,23 @@ id: innovation
|
||||||
<h1>{% translate pagetitle %}</h1>
|
<h1>{% translate pagetitle %}</h1>
|
||||||
<p>{% translate summary %}</p>
|
<p>{% translate summary %}</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_democracy.svg" alt="Icon" />{% translate consensus %}</h2>
|
<h2><img class="titleicon" src="/img/ico_democracy.svg" alt="Icon" />{% translate consensus %}</h2>
|
||||||
<p>{% translate consensustext %}</p>
|
<p>{% translate consensustext %}</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_network.svg" alt="Icon" />{% translate network %}</h2>
|
<h2><img class="titleicon" src="/img/ico_network.svg" alt="Icon" />{% translate network %}</h2>
|
||||||
<p>{% translate networktext %}</p>
|
<p>{% translate networktext %}</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_own.svg" alt="Icon" />{% translate freedom %}</h2>
|
<h2><img class="titleicon" src="/img/ico_own.svg" alt="Icon" />{% translate freedom %}</h2>
|
||||||
<p>{% translate freedomtext %}</p>
|
<p>{% translate freedomtext %}</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_international.svg" alt="Icon" />{% translate global %}</h2>
|
<h2><img class="titleicon" src="/img/ico_international.svg" alt="Icon" />{% translate global %}</h2>
|
||||||
<p>{% translate globaltext %}</p>
|
<p>{% translate globaltext %}</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_transparency.svg" alt="Icon" />{% translate transparency %}</h2>
|
<h2><img class="titleicon" src="/img/ico_transparency.svg" alt="Icon" />{% translate transparency %}</h2>
|
||||||
<p>{% translate transparencytext %}</p>
|
<p>{% translate transparencytext %}</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>
|
<p>{% translate securetext %}</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_solve.svg" alt="Icon" />{% translate trust %}</h2>
|
<h2><img class="titleicon" src="/img/ico_solve.svg" alt="Icon" />{% translate trust %}</h2>
|
||||||
<p>{% translate trusttext %}</p>
|
<p>{% translate trusttext %}</p>
|
||||||
|
|
|
@ -5,25 +5,25 @@ id: support-bitcoin
|
||||||
<h1>{% translate pagetitle %}</h1>
|
<h1>{% translate pagetitle %}</h1>
|
||||||
<p>{% translate summary %}</p>
|
<p>{% translate summary %}</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_multi.svg" alt="Icon" />{% translate use %}</h2>
|
<h2><img class="titleicon" src="/img/ico_multi.svg" alt="Icon" />{% translate use %}</h2>
|
||||||
<p>{% translate usetxt %}</p>
|
<p>{% translate usetxt %}</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_network.svg" alt="Icon" />{% translate node %}</h2>
|
<h2><img class="titleicon" src="/img/ico_network.svg" alt="Icon" />{% translate node %}</h2>
|
||||||
<p>{% translate nodetxt %}</p>
|
<p>{% translate nodetxt %}</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_conf.svg" alt="Icon" />{% translate develop %}</h2>
|
<h2><img class="titleicon" src="/img/ico_conf.svg" alt="Icon" />{% translate develop %}</h2>
|
||||||
<p>{% translate developtxt %}</p>
|
<p>{% translate developtxt %}</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_donate.svg" alt="Icon" />{% translate donation %}</h2>
|
<h2><img class="titleicon" src="/img/ico_donate.svg" alt="Icon" />{% translate donation %}</h2>
|
||||||
<p>{% translate donationtxt %}</p>
|
<p>{% translate donationtxt %}</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_spread.svg" alt="Icon" />{% translate spread %}</h2>
|
<h2><img class="titleicon" src="/img/ico_spread.svg" alt="Icon" />{% translate spread %}</h2>
|
||||||
<p>{% translate spreadtxt %}</p>
|
<p>{% translate spreadtxt %}</p>
|
||||||
|
|
||||||
<h2><img src="/img/ico_wiki.svg" alt="Icon" />{% translate wiki %}</h2>
|
<h2><img class="titleicon" src="/img/ico_wiki.svg" alt="Icon" />{% translate wiki %}</h2>
|
||||||
<p>{% translate wikitxt %}</a>
|
<p>{% translate wikitxt %}</a>
|
||||||
|
|
||||||
<h2><img src="/img/ico_translate.svg" alt="Icon" />{% translate translate %}</h2>
|
<h2><img class="titleicon" src="/img/ico_translate.svg" alt="Icon" />{% translate translate %}</h2>
|
||||||
<p>{% translate translatetxt %}</p>
|
<p>{% translate translatetxt %}</p>
|
||||||
{% case page.lang %}
|
{% case page.lang %}
|
||||||
{% when 'ar' or 'es' or 'it' or 'nl' or 'ru' %}
|
{% when 'ar' or 'es' or 'it' or 'nl' or 'ru' %}
|
||||||
|
@ -31,5 +31,5 @@ id: support-bitcoin
|
||||||
<p><a href="https://www.transifex.com/projects/p/bitcoin/">Bitcoin-Qt</a> - <a href="https://www.transifex.com/projects/p/bitcoinorg/">Bitcoin.org</a> - <a href="https://en.bitcoin.it/wiki/Bitcoin.it_Wiki">Bitcoin Wiki</a> - <a href="https://code.google.com/p/bitcoin-wallet/wiki/Translating">Bitcoin Wallet (Android)</a> - <a href="http://translate.multibit.org/">Multibit</a></p>
|
<p><a href="https://www.transifex.com/projects/p/bitcoin/">Bitcoin-Qt</a> - <a href="https://www.transifex.com/projects/p/bitcoinorg/">Bitcoin.org</a> - <a href="https://en.bitcoin.it/wiki/Bitcoin.it_Wiki">Bitcoin Wiki</a> - <a href="https://code.google.com/p/bitcoin-wallet/wiki/Translating">Bitcoin Wallet (Android)</a> - <a href="http://translate.multibit.org/">Multibit</a></p>
|
||||||
{% endcase %}
|
{% endcase %}
|
||||||
|
|
||||||
<h2><img src="/img/ico_help.svg" alt="Icon" />{% translate help %}</h2>
|
<h2><img class="titleicon" src="/img/ico_help.svg" alt="Icon" />{% translate help %}</h2>
|
||||||
<p>{% translate helptxt %}</p>
|
<p>{% translate helptxt %}</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue