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 --> <!-- HEADER -->
<div id="header_menu_wrap" class="outer"> <div id="header_menu_wrap" class="outer">
<header class="inner"> <header class="inner-top">
<p class="banner"> <p id="top-banner">
<a id="" href="">Home</a> | <a id="" href="">Home</a> |
<a id="" href="">User Manual</a> | <a id="" href="">User Manual</a> |
<a id="" href="">Test 3</a> <a id="" href="">Test 3</a>

View file

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