header: space out stable version links
This commit is contained in:
parent
619ed8f4e2
commit
2b0f1f1617
2 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
</div>
|
||||
|
||||
<center>
|
||||
<center class="releases">
|
||||
Current releases:
|
||||
{% for release in site.data.releases %}
|
||||
<a href="{{release.link}}">{{release.name}}</a>
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ body {
|
|||
background-color: #fdfdfd;
|
||||
}
|
||||
|
||||
center.releases a { padding-left: 12px; }
|
||||
p + p { padding-top: 12px; }
|
||||
|
||||
strong { font-weight: 600; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue