Skip to content

Commit

Permalink
[fix bug 1413803] Replace Rocket Beta logo with Rocket logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
glogiotatidis committed Nov 6, 2017
1 parent 256743f commit 7dbdd0c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file modified kitsune/sumo/static/sumo/img/logos.large.sprite.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified kitsune/sumo/static/sumo/img/mobile/logos-sprite.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions kitsune/sumo/static/sumo/less/mobile/main.less
Expand Up @@ -408,7 +408,7 @@ input[type="submit"]:visited {
}

.logo-sprite {
background: url('../../img/mobile/logos-sprite.png?v=4') -50px -50px no-repeat;
background: url('../../img/mobile/logos-sprite.png?v=5') -50px -50px no-repeat;
height: 48px;
width: 48px;

Expand Down Expand Up @@ -1001,7 +1001,7 @@ input[type="submit"]:visited {
}

.logo-sprite {
background-image: url('../../img/mobile/logos-sprite-2x.png?v=4');
background-image: url('../../img/mobile/logos-sprite-2x.png?v=5');
background-size: 148px 1480px;
}

Expand Down
4 changes: 2 additions & 2 deletions kitsune/sumo/static/sumo/less/questions.less
Expand Up @@ -628,7 +628,7 @@ h2 {
}

.logo-sprite {
background: url('../img/logos.large.sprite.png?v=7') -100px -100px no-repeat;
background: url('../img/logos.large.sprite.png?v=8') -100px -100px no-repeat;
height: 96px;
width: 96px;

Expand Down Expand Up @@ -673,7 +673,7 @@ h2 {
}

.logo-sprite-tiny {
background: url('../img/logos.large.sprite.png?v=7') -12px -12px no-repeat;
background: url('../img/logos.large.sprite.png?v=8') -12px -12px no-repeat;
background-size: 42px;
height: 16px;
width: 16px;
Expand Down

0 comments on commit 7dbdd0c

Please sign in to comment.