Set logo height rather than width

We're setting the width in the CSS, but the new logo has different
proportions than the old one, so a width of 200 is still leaving
the logo a bit tall. Switch to setting height, (which was coming out
to 51.4 with a width of 200) and shrink it a bit to make it better
match the rest of the top title bar.

Change-Id: I43d6375451916b0f72d9cd5df1394ad47e2e99b8
This commit is contained in:
Monty Taylor 2019-04-23 13:17:49 +00:00
parent 5ba6fc424d
commit 80004204c1
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ a:hover {color: #000 !important; text-decoration: underline}
a.gwt-InlineHyperlink {background: none !important}
#openstack-logo img { width: 200px; }
#openstack-logo img { height: 40px; }
#openstack-logo h1 { margin: 20px; }
#gerrit_header #openstack-logo h1 { margin: 20px 0 0 0; }