Remove "Code Review" from Gerrit site header

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

Change-Id: I77cc6eeaee7750f84f1558a9430f1386c2c3a3c1
This commit is contained in:
James E. Blair 2014-04-28 18:04:45 -07:00
parent ccb37de23e
commit d7b718dca3
2 changed files with 3 additions and 3 deletions

View File

@ -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}

View File

@ -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>