From d7b718dca3883f0b95447769654cc6c6cd8bd2c0 Mon Sep 17 00:00:00 2001
From: "James E. Blair" <jeblair@openstack.org>
Date: Mon, 28 Apr 2014 18:04:45 -0700
Subject: [PATCH] Remove "Code Review" from Gerrit site header

The main menu is too wide now and we need the space.

Change-Id: I77cc6eeaee7750f84f1558a9430f1386c2c3a3c1
---
 modules/openstack_project/files/gerrit/GerritSite.css        | 4 ++--
 modules/openstack_project/files/gerrit/GerritSiteHeader.html | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/openstack_project/files/gerrit/GerritSite.css b/modules/openstack_project/files/gerrit/GerritSite.css
index 03a48b079a..813307946c 100644
--- a/modules/openstack_project/files/gerrit/GerritSite.css
+++ b/modules/openstack_project/files/gerrit/GerritSite.css
@@ -4,10 +4,10 @@ a:hover {color: #000 !important; text-decoration: underline}
 
 a.gwt-InlineHyperlink {background: none !important}
 
-#gerrit_header {display: block !important; position: relative; top: -60px; margin-bottom: -60px; width: 400px; padding-left: 17px}
+#gerrit_header {display: block !important; position: relative; top: -60px; margin-bottom: -60px; width: 200px; padding-left: 17px}
 #gerrit_header h1 {font-family: 'PT Sans', sans-serif; font-weight: normal; letter-spacing: -1px}
 
-#gerrit_topmenu {background: none; position:relative; top: 0px; left: 400px; margin-right: 400px}
+#gerrit_topmenu {background: none; position:relative; top: 0px; left: 200px; margin-right: 200px}
 
 #gerrit_topmenu tbody tr td table {border: 0}
 
diff --git a/modules/openstack_project/files/gerrit/GerritSiteHeader.html b/modules/openstack_project/files/gerrit/GerritSiteHeader.html
index 385f94a321..21ceb84f59 100644
--- a/modules/openstack_project/files/gerrit/GerritSiteHeader.html
+++ b/modules/openstack_project/files/gerrit/GerritSiteHeader.html
@@ -1,3 +1,3 @@
 <div>
-  <a href="/"><h1 style="color: #CF2F19"><img src="static/title.png" style="vertical-align:middle;" /> Code Review</h1></a>
+  <a href="/"><h1 style="color: #CF2F19"><img src="static/title.png" style="vertical-align:middle;" /></h1></a>
 </div>