Commit e8b0e613 by Spencer Gibb

Merge pull request #501 from ghillert/master

Replace XD logo with a Eureka logo
parents b494e1d2 b1dffe00
......@@ -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;
......
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment