Misspelling in icons names fix

This commit is contained in:
Victor 2016-07-13 13:29:15 +03:00
parent fdcd4f5ad6
commit 3fb9f90f2f
4 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
.bottomBar {
height: 80px;
width: 100%;
background: rgb(61,129,143) url("/img/etheriumLogoBottom.png") no-repeat right 160px center;
background: rgb(61,129,143) url("/img/ethereumLogoBottom.png") no-repeat right 160px center;
position: fixed;
bottom: 0;
left: 0;

View File

@ -1,7 +1,7 @@
.topBar {
height: 80px;
width: 100%;
background: white url("/img/etheriumLogo.png") no-repeat 120px center;
background: white url("/img/ethereumLogo.png") no-repeat 120px center;
position: absolute;
left: 0;
top: 0;

View File

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB