This commit is contained in:
Michelle Bergeron
2014-01-21 11:02:35 -05:00
parent 5d66e6ddcc
commit 45ea453c42
3 changed files with 18 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 147 KiB

View File

@@ -17,8 +17,9 @@
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/limelight-stream">View on GitHub</a>
<h1 id="project_title">Limelight</h1>
<a id="logo" href="http://limelight-stream.com"></a>
<h1 id="project_title">Limelight</h1>
<h2 id="project_tagline">An open source implementation of NVIDIA Gamestream</h2>
</header>

View File

@@ -284,6 +284,21 @@ Full-Width Styles
border-bottom-right-radius: 2px;
}
#logo {
display: block;
position: absolute;
top:0;
right: 10px;
z-index: 10;
padding: 10px 50px 10px 10px;
color: #fff;
background: url('../images/logo.png') #212121 no-repeat 95% 50%;
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: #212121;
background: -moz-linear-gradient(top, #373737, #212121);