Tweak banner

This commit is contained in:
Justin Ethier 2016-10-21 17:22:42 -04:00
parent 46856812d7
commit 08ed0e3e04
3 changed files with 8 additions and 4 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> - &nbsp; &nbsp;
<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> - &nbsp; &nbsp;
<a id="forkme_banner" href="https://github.com/justinethier/cyclone">View on GitHub</a>
</p>
</header>

View file

@ -288,11 +288,11 @@ Full-Width Styles
}
#forkme_banner {
display: block;
/*display: block;
position: absolute;
top:0;
right: -30px;
z-index: 10;
z-index: 10;*/
padding: 10px 50px 10px 10px;
color: #fff;
background: url('../images/blacktocat.png') #000000 no-repeat 95% 50%;
@ -302,6 +302,10 @@ Full-Width Styles
border-bottom-right-radius: 2px;
}
p.banner {
min-width: 300px;
}
.banner {
color: #000;
font-weight: 700;