mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
WIP
This commit is contained in:
parent
1dd47eb8e6
commit
67ec5c437e
2 changed files with 4 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
<a class="banner" href="{{ base }}docs/User-Manual">Manual</a> -
|
||||
<a class="banner" href="{{ base }}docs/API">API</a> -
|
||||
<a class="banner" href="{{ base }}docs/Scheme-Language-Compliance">R<sup>7</sup>RS Compliance</a> -
|
||||
<a class="banner" href="{{ base }}news">News</a>
|
||||
<a class="banner banner-highlight" href="{{ base }}news">News</a>
|
||||
</p>
|
||||
</header>
|
||||
</div>
|
||||
|
|
|
@ -310,6 +310,9 @@ Full-Width Styles
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.banner-highlight:before{content:"("}
|
||||
.banner-highlight:after{content:")"}
|
||||
|
||||
#header_wrap {
|
||||
background: #000000;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue