From 7e24e15c0e2335ffff5656dd22fb9e5ca2e3b54f Mon Sep 17 00:00:00 2001 From: Matt Smith Date: Sun, 9 Jul 2017 12:34:26 +0100 Subject: [PATCH] Add DragonflyBSD download link * Fix #294 --- _data/downloads.yml | 11 ++++++++++- css/custom.css | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/_data/downloads.yml b/_data/downloads.yml index 00448387..4e6ef8f5 100644 --- a/_data/downloads.yml +++ b/_data/downloads.yml @@ -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 @@ -86,4 +95,4 @@ id: mobilelight - platform: Hardware Wallets - id: hardware \ No newline at end of file + id: hardware diff --git a/css/custom.css b/css/custom.css index b78f9792..3ce9fcbe 100644 --- a/css/custom.css +++ b/css/custom.css @@ -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;