Skip to content

Commit

Permalink
Merge pull request #5034 from kyoshino/bug-1368142-nightly-logo-firstrun
Browse files Browse the repository at this point in the history
Fix Bug 1388114 - Use the new Nightly logo on the firstrun page
  • Loading branch information
alexgibson committed Aug 8, 2017
2 parents 7e01282 + f45cd9a commit aad3483
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions media/css/firefox/nightly_firstrun.less
Expand Up @@ -30,7 +30,9 @@ h4 {
#firstrun-header {
margin: 0;
padding-top: 240px;
background: url('/media/img/firefox/firstrun/logo-nightly.png') no-repeat 50% 30px;
.at2x('/media/img/firefox/firstrun/logo-nightly.png', 179px, 185px);
background-repeat: no-repeat;
background-position: 50% 30px;
text-align: center;
}

Expand Down Expand Up @@ -202,7 +204,7 @@ html[dir="rtl"] {
@media only screen and (max-width: @breakTablet) {
#firstrun-header {
background-position: top center;
padding: 180px 0 0;
padding: 200px 0 0;
}
html[dir="rtl"] main .blue-box.badge,
main .blue-box.badge {
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/img/firefox/firstrun/logo-nightly.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aad3483

Please sign in to comment.