This commit is contained in:
Justin Ethier 2016-04-27 01:00:13 -04:00
parent a0e4e28554
commit c45d1d57d2
2 changed files with 12 additions and 1 deletions

View file

@ -16,10 +16,16 @@
<body> <body>
<!-- HEADER --> <!-- 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"> <div id="header_wrap" class="outer">
<header class="inner"> <header class="inner">
<a id="forkme_banner" href="https://github.com/justinethier/cyclone">View on GitHub</a> <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"> <h1 id="project_title">
<a href="{{ base }}index"> <a href="{{ base }}index">

View file

@ -295,6 +295,7 @@ Full-Width Styles
border-bottom-right-radius: 2px; border-bottom-right-radius: 2px;
} }
/*
.banner { .banner {
display: block; display: block;
position: absolute; position: absolute;
@ -307,6 +308,10 @@ Full-Width Styles
box-shadow: 0 0 10px rgba(0,0,0,.5); box-shadow: 0 0 10px rgba(0,0,0,.5);
border-bottom-left-radius: 2px; border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px; border-bottom-right-radius: 2px;
}*/
#header_wrap {
background: #000000;
} }
#header_wrap { #header_wrap {