Merge pull request #518 from matiu/feature/fix-link

Feature/fix link
This commit is contained in:
Gustavo Maximiliano Cortez 2014-06-18 17:22:20 -03:00
commit d8712e7a83
2 changed files with 30 additions and 1 deletions

29
public/img/logo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -645,7 +645,7 @@ margin-left: 0;
height: 45px;
}
#powered a.bitcore {
background-image: url('http://bitcore.io/images/logo.svg');
background-image: url('/img/logo.svg');
background-size: 80px;
width: 30%;
}