This commit is contained in:
Justin Ethier 2016-04-27 01:11:02 -04:00
parent c40824ed6d
commit ee41c89a57
2 changed files with 5 additions and 5 deletions

View file

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

View file

@ -301,7 +301,7 @@ Full-Width Styles
border-bottom-right-radius: 2px; border-bottom-right-radius: 2px;
} }
#top-banner { .banner {
color: #fff; color: #fff;
font-weight: 700; font-weight: 700;
margin: 0px; margin: 0px;