This commit is contained in:
Justin Ethier 2016-04-27 01:09:56 -04:00
parent 7dd63de53d
commit c40824ed6d
2 changed files with 10 additions and 3 deletions

View file

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

View file

@ -280,6 +280,12 @@ Full-Width Styles
margin: 0 auto;
}
.inner-top {
position: relative;
max-width: 640px;
margin: 0 auto;
}
#forkme_banner {
display: block;
position: absolute;
@ -295,9 +301,10 @@ Full-Width Styles
border-bottom-right-radius: 2px;
}
p.banner {
#top-banner {
color: #fff;
font-weight: 700;
margin: 0px;
}
#header_wrap {