misc/monthly.go: improve download boxes style

Issue #858

Change-Id: I65aa6b0d2c60d7ed273679d30f148566750badbe
This commit is contained in:
mpl 2016-10-31 16:53:48 +01:00
parent 7b09c22864
commit 89f50dcf69
2 changed files with 3 additions and 2 deletions

View File

@ -231,7 +231,7 @@ Camlistore version <a href='https://github.com/camlistore/camlistore/commit/{{.C
<h2>Downloads</h2>
<center>
{{- range $d := .Download -}}
{{- range $d := .Download}}
<a class="downloadBox" href="/dl/monthly/{{$d.Filename}}">
<div class="platform">{{$d.Platform}}</div>
<div>
@ -239,7 +239,7 @@ Camlistore version <a href='https://github.com/camlistore/camlistore/commit/{{.C
</div>
<div class="checksum">SHA256: {{$d.Checksum}}</div>
</a>
{{- end -}}
{{- end}}
</center>
{{if .Stats}}

View File

@ -256,6 +256,7 @@ span.termhashlink a {
/* For monthly release page */
a.downloadBox {
margin-top: 1em;
display: block;
color: #222;
border: 1px solid #375EAB;