system-config/modules/openstack_project/files/gerrit/GerritSiteHeader.html
Mohammed Naser 096d80ae71
Fix OpenStack header logo in Gitweb
With the recent introduction of the new logo in Gerrit, it needed
some tweaks so it fits just right.  A #openstack-logo selector was
added in order to accurately customize the logo and space them
out in Gitweb and Gerrit.

Change-Id: I5102b07187d2cf8982f48f674477e37e8b10ebba
2017-08-02 15:33:36 -04:00

7 lines
317 B
HTML

<div id="openstack-logo">
<script type="text/javascript" src="static/jquery.js" />
<script type="text/javascript" src="static/jquery-visibility.js"></script>
<script type="text/javascript" src="static/hideci.js" />
<a href="/"><h1><img src="static/title.svg" style="vertical-align:middle;" /></h1></a>
</div>