header: space out stable version links

This commit is contained in:
Jeff Epler 2015-11-08 16:14:51 -06:00
parent 619ed8f4e2
commit 2b0f1f1617
2 changed files with 2 additions and 1 deletions

View file

@ -36,7 +36,7 @@
</div>
<center>
<center class="releases">
Current releases:
{% for release in site.data.releases %}
<a href="{{release.link}}">{{release.name}}</a>

View file

@ -16,6 +16,7 @@ body {
background-color: #fdfdfd;
}
center.releases a { padding-left: 12px; }
p + p { padding-top: 12px; }
strong { font-weight: 600; }