mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Tweak banner
This commit is contained in:
parent
46856812d7
commit
08ed0e3e04
3 changed files with 8 additions and 4 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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue