Replace XD logo with a Eureka logo
* Fixes gh-310
This commit is contained in:
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: 3.6 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 22 KiB |
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user