Downloads: Updates for v0.10.0

* Set filenames once in the download page

* Edit download page for new or updated files

* Add link to the source code, GitHub and torrent download

* Replace long sync instructions by short instructions to run a full node on the download page

Commit originated by Saïvann Carignan and updated by Dave Harding.
This commit is contained in:
Saivann 2015-01-27 16:25:52 -05:00 committed by David A. Harding
parent e04cd9c792
commit 9ac6bdd463
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
10 changed files with 991 additions and 35 deletions

View file

@ -220,9 +220,18 @@ body{
.downloadbox div div{
display:block;
}
.downloadbox div div span{
zoom:1;
display:inline;
}
.download span{
zoom:1;
display:inline;
vertical-align:top;
}
.downloadbox .magnetlink{
zoom:1;
display:inline;
}
.listtable div div{

View file

@ -128,6 +128,10 @@ h2 .rssicon{
text-align:right;
font-family:Arial, sans-serif;
}
.downloadbox div div span{
margin-left:0;
margin-right:6px;
}
.mainlist>div:first-child{
text-align:right;

View file

@ -1809,13 +1809,33 @@ h2 .rssicon{
.downloadbox div div{
display:block;
width:190px;
height:46px;
margin:25px 0;
text-align:left;
}
.downloadbox div div span{
display:inline-block;
margin-left:6px;
}
.downloadbox div div span span{
display:block;
margin:6px 0 0 0;
font-size:80%;
}
.downloadbox img{
width:32px;
height:32px;
vertical-align:middle;
vertical-align:top;
position:relative;
top:4px;
}
.downloadbox .magnetlink{
display:inline-block;
width:16px;
height:16px;
position:relative;
bottom:-1px;
background:url(/img/icons/mini_ico_magnet.svg) no-repeat;
}
.eventmap{
@ -2461,7 +2481,7 @@ h2 .rssicon{
text-align:left;
}
.downloadbox div div{
margin:10px 0;
margin:15px 0;
width:auto;
}
.downloadbox div{