mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
WIP
This commit is contained in:
parent
7dd63de53d
commit
c40824ed6d
2 changed files with 10 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue