mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 12:35:05 +02:00
WIP
This commit is contained in:
parent
9eaaf4c009
commit
217e7eb65f
2 changed files with 12 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
href="{{ base }}docs/Scheme-Language-Compliance">R<sup>7</sup>RS Compliance</a> -
|
href="{{ base }}docs/Scheme-Language-Compliance">R<sup>7</sup>RS Compliance</a> -
|
||||||
<a class="banner banner-highlight"
|
<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>
|
<a class="banner-forkme" href="https://github.com/justinethier/cyclone">View on GitHub</a>
|
||||||
</p>
|
</p>
|
||||||
</header>
|
</header>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -302,6 +302,17 @@ Full-Width Styles
|
||||||
border-bottom-right-radius: 2px;
|
border-bottom-right-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.banner-forkme {
|
||||||
|
color: #fff;
|
||||||
|
background: url('../images/blacktocat.png') #000000 no-repeat 95% 50%;
|
||||||
|
font-weight: 700;
|
||||||
|
margin: 0px;
|
||||||
|
padding-top: 10px;
|
||||||
|
padding-left: 10px;
|
||||||
|
padding-right: 10px;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
p.banner {
|
p.banner {
|
||||||
/*min-width: 300px;*/
|
/*min-width: 300px;*/
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue