From 89f50dcf6936b47ff80d1c1361ad98a546875ca3 Mon Sep 17 00:00:00 2001 From: mpl Date: Mon, 31 Oct 2016 16:53:48 +0100 Subject: [PATCH] misc/monthly.go: improve download boxes style Issue #858 Change-Id: I65aa6b0d2c60d7ed273679d30f148566750badbe --- misc/monthly.go | 4 ++-- website/static/all.css | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/misc/monthly.go b/misc/monthly.go index 4a54dd414..a9a507ec9 100644 --- a/misc/monthly.go +++ b/misc/monthly.go @@ -231,7 +231,7 @@ Camlistore version
SHA256: {{$d.Checksum}}
-{{- end -}} +{{- end}} {{if .Stats}} diff --git a/website/static/all.css b/website/static/all.css index 1580b20c7..eff04bcfd 100644 --- a/website/static/all.css +++ b/website/static/all.css @@ -256,6 +256,7 @@ span.termhashlink a { /* For monthly release page */ a.downloadBox { + margin-top: 1em; display: block; color: #222; border: 1px solid #375EAB;