Skip to content

Commit

Permalink
Merge pull request #2922 from mozilla/1405320
Browse files Browse the repository at this point in the history
 [fix bug 1405320] Update Rocket logo with Rocket Beta logo.
  • Loading branch information
glogiotatidis committed Oct 3, 2017
2 parents 2513da5 + c57263f commit 083c862
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=3') -50px -50px no-repeat;
background: url('../../img/mobile/logos-sprite.png?v=4') -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=3');
background-image: url('../../img/mobile/logos-sprite-2x.png?v=4');
background-size: 148px 1184px;
}

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=6') -100px -100px no-repeat;
background: url('../img/logos.large.sprite.png?v=7') -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=6') -12px -12px no-repeat;
background: url('../img/logos.large.sprite.png?v=7') -12px -12px no-repeat;
background-size: 42px;
height: 16px;
width: 16px;
Expand Down

0 comments on commit 083c862

Please sign in to comment.