Experimenting with header

This commit is contained in:
Justin Ethier 2016-10-06 02:13:02 -04:00
parent 60fb9a9944
commit 6219f4cd9f
3 changed files with 4 additions and 6 deletions

View file

@ -35,13 +35,12 @@
<a class="banner
{% if page.title == "News" %}banner-highlight{% endif %}"
href="{{ base }}news">News</a>
<a id="forkme_banner" href="https://github.com/justinethier/cyclone">View on GitHub</a>
</p>
</header>
</div>
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/justinethier/cyclone">View on GitHub</a>
<h1 id="project_title">
<a href="{{ base }}index">
<img src="{{ base }}docs/images/cyclone-logo-04-header.png"

View file

@ -30,13 +30,12 @@
href="{{ base }}docs/Scheme-Language-Compliance">R<sup>7</sup>RS Compliance</a> -
<a class="banner banner-highlight"
href="{{ base }}news">News</a>
<a id="forkme_banner" href="https://github.com/justinethier/cyclone">View on GitHub</a>
</p>
</header>
</div>
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/justinethier/cyclone">View on GitHub</a>
<h1 id="project_title">
<a href="{{ base }}index">
<img src="{{ base }}docs/images/cyclone-logo-04-header.png"

View file

@ -51,7 +51,7 @@ Theme Styles
body {
box-sizing: border-box;
color:#373737;
background: #212121;
background: /*#212121;*/ #F0F1F2;
font-size: 16px;
font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
line-height: 1.5;
@ -290,7 +290,7 @@ Full-Width Styles
display: block;
position: absolute;
top:0;
right: 10px;
right: 0px;
z-index: 10;
padding: 10px 50px 10px 10px;
color: #fff;