096d80ae71
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
7 lines
317 B
HTML
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>
|