Update OpenStack logo

Update the OpenStack logo and adjust the CSS file accordingly:
Get rid of old-style background, increase title font sizes.

Change-Id: I8055020b1d60184b93e77007a12077be3599e483
This commit is contained in:
Thierry Carrez 2017-09-19 12:05:23 +02:00
parent 0a77592bd9
commit e5de1082bd
2 changed files with 6 additions and 12 deletions

View File

@ -254,12 +254,6 @@ hr.space {background:#fff;color:#fff;visibility:hidden;}
html { overflow-y: scroll; } html { overflow-y: scroll; }
body {
background: white url(openstack-page-bkg.jpg) no-repeat scroll 0px 0px;
border-top: 3px solid #255e6e;
color: #535353;
}
h3 { h3 {
margin-top: 10px; margin-top: 10px;
margin-bottom: 0px; margin-bottom: 0px;
@ -297,7 +291,7 @@ h1, h2, h3, h4 {
} }
h1 { h1 {
font-size: 28px; font-size: 32px;
margin-top:15px; margin-top:15px;
margin-bottom:5px; margin-bottom:5px;
} }
@ -308,7 +302,7 @@ h2 {
} }
h3 { h3 {
font-size: 14px; font-size: 16px;
margin-top:0px; margin-top:0px;
} }
@ -344,13 +338,13 @@ th.right, td.right {
#logo a { #logo a {
display: block; display: block;
margin-top: 8px; margin-top:-20px;
margin-bottom: 20px; margin-bottom: 20px;
text-indent: -1000em; text-indent: -1000em;
background: url(openstack-logo.png) no-repeat left center; background: url(openstack-logo.png) no-repeat left center;
height: 54px; height: 88px;
width: 177px; width: 172px;
margin-left: -10px; margin-left: 0px;
} }
#header { #header {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB