Revert "Add logo"

This reverts commit 45ea453c42.
This commit is contained in:
Michelle Bergeron
2014-01-21 11:14:10 -05:00
parent 45ea453c42
commit 52d42a6bf6
3 changed files with 2 additions and 18 deletions

View File

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 147 KiB

View File

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

View File

@@ -284,21 +284,6 @@ 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);