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 -->
|
<!-- 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>
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue