mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
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:
parent
e04cd9c792
commit
9ac6bdd463
10 changed files with 991 additions and 35 deletions
|
@ -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{
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue