Merge "Set logo height rather than width"

This commit is contained in:
Zuul 2019-05-02 22:25:11 +00:00 committed by Gerrit Code Review
commit 664286c966
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; }