Put header links on same line as github link

This commit is contained in:
Justin Ethier 2016-10-20 01:39:14 -04:00
parent 783a6d5633
commit 46856812d7
3 changed files with 4 additions and 3 deletions

View file

@ -34,7 +34,7 @@
href="{{ base }}docs/Scheme-Language-Compliance">R<sup>7</sup>RS Compliance</a> -
<a class="banner
{% if page.title == "News" %}banner-highlight{% endif %}"
href="{{ base }}news">News</a>
href="{{ base }}news">News</a> -
<a id="forkme_banner" href="https://github.com/justinethier/cyclone">View on GitHub</a>
</p>
</header>

View file

@ -29,7 +29,7 @@
<a class="banner"
href="{{ base }}docs/Scheme-Language-Compliance">R<sup>7</sup>RS Compliance</a> -
<a class="banner banner-highlight"
href="{{ base }}news">News</a>
href="{{ base }}news">News</a> -
<a id="forkme_banner" href="https://github.com/justinethier/cyclone">View on GitHub</a>
</p>
</header>

View file

@ -291,7 +291,7 @@ Full-Width Styles
display: block;
position: absolute;
top:0;
right: 0px;
right: -30px;
z-index: 10;
padding: 10px 50px 10px 10px;
color: #fff;
@ -306,6 +306,7 @@ Full-Width Styles
color: #000;
font-weight: 700;
margin: 0px;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
white-space: nowrap;