mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 08:47:35 +02:00
WIP
This commit is contained in:
parent
f526d8864e
commit
d3b00765dc
2 changed files with 7 additions and 15 deletions
|
@ -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">
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue