Merge pull request #310 from mattcode55/fix-294-dragonflybsd

Add DragonflyBSD download link
This commit is contained in:
Riccardo Spagni 2017-09-09 08:11:40 -07:00 committed by GitHub
commit a1c8b3c7c5
2 changed files with 15 additions and 1 deletions

View file

@ -75,6 +75,15 @@
tag: Wolfram Warptangent
blockchain: freebsd
- platform: DragonflyBSD, 64-bit
id: bsd
icon: icon-dragonflybsd
cli_url: dragonflybsd64
cli_hash: c25c0f603ca5c96cb5963aaa2905edff390b7a97f654106911ffad8639deee7c
version: 0.10.3.1
tag: Wolfram Warptangent
blockchain: freebsd
- platform: Source Code & Blockchain
id: source
icon: icon-github

View file

@ -2567,6 +2567,11 @@ footer {
background-position: 0 -208px;
}
.download-platforms h2 span.icon-dragonflybsd {
background-image: url(../img/monero-spritesheet.png);
background-position: 0 -13rem;
}
.download-platforms h2 span.icon-github {
background-image: url(../img/monero-spritesheet.png);
background-position: 0 -240px;