This commit is contained in:
Justin Ethier 2016-04-27 01:04:11 -04:00
parent f526d8864e
commit d3b00765dc
2 changed files with 7 additions and 15 deletions

View file

@ -18,9 +18,11 @@
<!-- HEADER -->
<div id="header_menu_wrap" class="outer">
<header class="inner">
<a class="banner" id="" href="">Home</a> |
<a class="banner" id="" href="">User Manual</a> |
<a class="banner" id="" href="">Test 3</a>
<p class=banner">
<a id="" href="">Home</a> |
<a id="" href="">User Manual</a> |
<a id="" href="">Test 3</a>
</p>
</header>
</div>
<div id="header_wrap" class="outer">

View file

@ -295,20 +295,10 @@ Full-Width Styles
border-bottom-right-radius: 2px;
}
/*
.banner {
display: block;
position: absolute;
top:0;
right: 10px;
z-index: 10;
padding: 10px 50px 10px 10px;
p.banner {
color: #fff;
font-weight: 700;
box-shadow: 0 0 10px rgba(0,0,0,.5);
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}*/
}
#header_wrap {
background: #000000;