mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 16:57: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 -->
|
<!-- HEADER -->
|
||||||
<div id="header_menu_wrap" class="outer">
|
<div id="header_menu_wrap" class="outer">
|
||||||
<header class="inner">
|
<header class="inner">
|
||||||
<a class="banner" id="" href="">Home</a> |
|
<p class=banner">
|
||||||
<a class="banner" id="" href="">User Manual</a> |
|
<a id="" href="">Home</a> |
|
||||||
<a class="banner" id="" href="">Test 3</a>
|
<a id="" href="">User Manual</a> |
|
||||||
|
<a id="" href="">Test 3</a>
|
||||||
|
</p>
|
||||||
</header>
|
</header>
|
||||||
</div>
|
</div>
|
||||||
<div id="header_wrap" class="outer">
|
<div id="header_wrap" class="outer">
|
||||||
|
|
|
@ -295,20 +295,10 @@ Full-Width Styles
|
||||||
border-bottom-right-radius: 2px;
|
border-bottom-right-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
p.banner {
|
||||||
.banner {
|
|
||||||
display: block;
|
|
||||||
position: absolute;
|
|
||||||
top:0;
|
|
||||||
right: 10px;
|
|
||||||
z-index: 10;
|
|
||||||
padding: 10px 50px 10px 10px;
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-weight: 700;
|
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 {
|
#header_wrap {
|
||||||
background: #000000;
|
background: #000000;
|
||||||
|
|
Loading…
Add table
Reference in a new issue