mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Put header links on same line as github link
This commit is contained in:
parent
783a6d5633
commit
46856812d7
3 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue