mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Remplace empty 16px img by an empty block in download page
This commit is contained in:
parent
d40dc08042
commit
a70199f30d
3 changed files with 13 additions and 3 deletions
|
@ -724,6 +724,11 @@ h2 .rssicon{
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
margin:5px 0px;
|
margin:5px 0px;
|
||||||
}
|
}
|
||||||
|
.download span{
|
||||||
|
width:16px;
|
||||||
|
height:16px;
|
||||||
|
display:inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
.summary{
|
.summary{
|
||||||
font-size:125%;
|
font-size:125%;
|
||||||
|
|
|
@ -11,10 +11,9 @@ id: download
|
||||||
<img src="/img/dow-ubuntu.png"> <a href="https://launchpad.net/~bitcoin/+archive/bitcoin">{% translate downloadubu %}</a><br>
|
<img src="/img/dow-ubuntu.png"> <a href="https://launchpad.net/~bitcoin/+archive/bitcoin">{% translate downloadubu %}</a><br>
|
||||||
<img src="/img/dow-linux.png"> <a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{site.DOWNLOAD_VERSION}}/bitcoin-{{site.DOWNLOAD_VERSION}}-linux.tar.gz/download">{% translate downloadlin %}</a> <small>~12MB</small><br>
|
<img src="/img/dow-linux.png"> <a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{site.DOWNLOAD_VERSION}}/bitcoin-{{site.DOWNLOAD_VERSION}}-linux.tar.gz/download">{% translate downloadlin %}</a> <small>~12MB</small><br>
|
||||||
<img src="/img/dow-osx-uni.png"> <a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{site.DOWNLOAD_VERSION}}/bitcoin-{{site.DOWNLOAD_VERSION}}-macosx.dmg/download">{% translate downloadmac %}</a> <small>~13MB</small><br>
|
<img src="/img/dow-osx-uni.png"> <a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{site.DOWNLOAD_VERSION}}/bitcoin-{{site.DOWNLOAD_VERSION}}-macosx.dmg/download">{% translate downloadmac %}</a> <small>~13MB</small><br>
|
||||||
<img style="width: 16px"> <a href="https://github.com/bitcoin/bitcoin">{% translate downloadsource %}</a> (GitHub)<br><br>
|
<span></span> <a href="https://github.com/bitcoin/bitcoin">{% translate downloadsource %}</a> (GitHub)<br><br>
|
||||||
<img style="width: 16px"> <a href="/en/version-history" style="font-weight:bold;">{% translate versionhistory %}</a>
|
<span></span> <a href="/en/version-history" style="font-weight:bold;">{% translate versionhistory %}</a>
|
||||||
</p>
|
</p>
|
||||||
<br>
|
<br>
|
||||||
<p>{% translate notelicense %}</p>
|
<p>{% translate notelicense %}</p>
|
||||||
<p>{% translate notesync %}</p>
|
<p>{% translate notesync %}</p>
|
||||||
|
|
||||||
|
|
|
@ -69,6 +69,12 @@ h3 .ieimg{
|
||||||
margin-left:-40px;
|
margin-left:-40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.download span{
|
||||||
|
/*This one is also required for IE7*/
|
||||||
|
zoom:1;
|
||||||
|
display:inline;
|
||||||
|
}
|
||||||
|
|
||||||
.index{
|
.index{
|
||||||
/*This one is also required for IE7*/
|
/*This one is also required for IE7*/
|
||||||
zoom:1;
|
zoom:1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue