mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
WIP
This commit is contained in:
parent
a0e4e28554
commit
c45d1d57d2
2 changed files with 12 additions and 1 deletions
|
@ -16,10 +16,16 @@
|
|||
<body>
|
||||
|
||||
<!-- HEADER -->
|
||||
<div id="header_menu_wrap" class="outer">
|
||||
<header class="inner">
|
||||
<a id="" href="">Home</a> |
|
||||
<a id="" href="">User Manual</a> |
|
||||
<a id="" href="">Test 3</a>
|
||||
</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>
|
||||
<a class="banner" href="docs/User-Manual">User Manual</a>
|
||||
|
||||
<h1 id="project_title">
|
||||
<a href="{{ base }}index">
|
||||
|
|
|
@ -295,6 +295,7 @@ Full-Width Styles
|
|||
border-bottom-right-radius: 2px;
|
||||
}
|
||||
|
||||
/*
|
||||
.banner {
|
||||
display: block;
|
||||
position: absolute;
|
||||
|
@ -307,6 +308,10 @@ Full-Width Styles
|
|||
box-shadow: 0 0 10px rgba(0,0,0,.5);
|
||||
border-bottom-left-radius: 2px;
|
||||
border-bottom-right-radius: 2px;
|
||||
}*/
|
||||
|
||||
#header_wrap {
|
||||
background: #000000;
|
||||
}
|
||||
|
||||
#header_wrap {
|
||||
|
|
Loading…
Add table
Reference in a new issue