Replace XD logo with a Eureka logo

* Fixes gh-310
This commit is contained in:
Gunnar Hillert
2015-08-24 14:40:12 -04:00
parent b494e1d2cc
commit b1dffe00e7
6 changed files with 6 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -8,9 +8,9 @@
}
.navbar a.navbar-brand {
background: url("../images/spring-logo-xd.png") -1px -1px no-repeat;
background: url("../images/spring-logo-eureka.png") -1px -1px no-repeat;
margin: 12px 0 6px;
width: 229px;
width: 300px;
height: 46px;
display: inline-block;
text-decoration: none;
@@ -19,9 +19,9 @@
.navbar a.navbar-brand span {
display: block;
width: 229px;
width: 300px;
height: 46px;
background: url("../images/spring-logo-xd.png") -1px -48px no-repeat;
background: url("../images/spring-logo-eureka.png") -1px -48px no-repeat;
opacity: 0;
-moz-transition: opacity 0.12s ease-in-out;
-webkit-transition: opacity 0.12s ease-in-out;

View File

@@ -9,10 +9,10 @@
.navbar a.navbar-brand {
display: block;
margin: 0 auto 0 auto;
width: 148px;
width: 200px;
height: 50px;
float: none;
background: url("../images/spring-logo-xd-mobile.png") 0 center no-repeat;
background: url("../images/spring-logo-eureka-mobile.png") 0 center no-repeat;
}
.homepage-billboard .homepage-subtitle {