mirror of https://github.com/perkeep/perkeep.git
misc/monthly.go: improve download boxes style
Issue #858 Change-Id: I65aa6b0d2c60d7ed273679d30f148566750badbe
This commit is contained in:
parent
7b09c22864
commit
89f50dcf69
|
@ -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}}
|
||||
|
|
|
@ -256,6 +256,7 @@ span.termhashlink a {
|
|||
|
||||
/* For monthly release page */
|
||||
a.downloadBox {
|
||||
margin-top: 1em;
|
||||
display: block;
|
||||
color: #222;
|
||||
border: 1px solid #375EAB;
|
||||
|
|
Loading…
Reference in New Issue