Skip to content

Commit

Permalink
fix busted image urls
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Aug 14, 2014
1 parent ddd6154 commit 1e62be0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions root/static/css/style.css
Expand Up @@ -72,7 +72,7 @@ label input[type="text"], label select {
display: block;
width: 326px;
height: 59px;
background: transparent url('/static/images/metacpan-logo.png') no-repeat;
background: transparent url('/static/images/logo.png') no-repeat;
}

.small-logo {
Expand All @@ -81,7 +81,7 @@ label input[type="text"], label select {
float: left;
width: 180px;
height: 33px;
background: transparent url('/static/images/metacpan-logo.png') no-repeat 0px -59px;
background: transparent url('/static/images/logo.png') no-repeat 0px -59px;
}

@media (-webkit-min-device-pixel-ratio: 2),
Expand All @@ -90,7 +90,7 @@ label input[type="text"], label select {
(min-device-pixel-ratio: 2) {

.big-logo, .small-logo {
background-image: url('/static/images/metacpan-logo@2x.png');
background-image: url('/static/images/logo@2x.png');
background-size: 326px;
}
}
Expand Down

0 comments on commit 1e62be0

Please sign in to comment.