Merge pull request #220 from ryanxcharles/feature/svg-logo

use svg for logo so it looks good on retina display
This commit is contained in:
Matias Alejo Garcia 2014-04-29 23:18:14 -03:00
commit f4eb3e9087
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ body {
}
.logo {
background: transparent url('../img/logo-negative.png');
background: transparent url('../img/logo-negative.svg');
background-size: 131px 51px;
}
.top-bar-section li:not(.has-form) a:not(.button) {