This commit is contained in:
Kevin Giszewski
2014-03-10 13:41:18 -04:00
parent f741c27fd9
commit ee887355bf
3 changed files with 11 additions and 0 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

+1
View File
@@ -16,6 +16,7 @@
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<img class="logo" src="images/logo.png" alt="logo"/>
<a id="forkme_banner" href="https://github.com/imulus/Archetype">View on GitHub</a>
<h1 id="project_title">Archetype</h1>
+10
View File
@@ -291,6 +291,7 @@ Full-Width Styles
background: -ms-linear-gradient(top, #373737, #212121);
background: -o-linear-gradient(top, #373737, #212121);
background: linear-gradient(top, #373737, #212121);
height: 170px;
}
#header_wrap .inner {
@@ -360,12 +361,21 @@ Full-Width Styles
#main_content {
padding-top: 40px;
clear:both;
}
#footer_wrap {
background: #212121;
}
.logo{
float: left;
border: none;
box-shadow: none;
-webkit-box-shadow: none;
margin-right: 10px;
}
/*******************************************************************************