mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Backed out changeset a95e314cd2af (bug 1618051) for failing bc at browser_parsable_css.js on a CLOSED TREE
This commit is contained in:
parent
343b5d0156
commit
7ac1c7a794
@ -14,6 +14,7 @@ browser.jar:
|
||||
content/branding/icon32.png (../default32.png)
|
||||
content/branding/icon48.png (../default48.png)
|
||||
content/branding/icon64.png (../default64.png)
|
||||
content/branding/icon128.png (../default128.png)
|
||||
content/branding/identity-icons-brand.svg
|
||||
content/branding/aboutDialog.css
|
||||
content/branding/horizontal-lockup.svg
|
||||
|
@ -14,6 +14,7 @@ browser.jar:
|
||||
content/branding/icon32.png (../default32.png)
|
||||
content/branding/icon48.png (../default48.png)
|
||||
content/branding/icon64.png (../default64.png)
|
||||
content/branding/icon128.png (../default128.png)
|
||||
content/branding/identity-icons-brand.svg
|
||||
content/branding/aboutDialog.css
|
||||
content/branding/horizontal-lockup.svg
|
||||
|
@ -14,6 +14,7 @@ browser.jar:
|
||||
content/branding/icon32.png (../default32.png)
|
||||
content/branding/icon48.png (../default48.png)
|
||||
content/branding/icon64.png (../default64.png)
|
||||
content/branding/icon128.png (../default128.png)
|
||||
content/branding/identity-icons-brand.svg
|
||||
content/branding/aboutDialog.css
|
||||
content/branding/horizontal-lockup.svg
|
||||
|
@ -14,6 +14,7 @@ browser.jar:
|
||||
content/branding/icon32.png (../default32.png)
|
||||
content/branding/icon48.png (../default48.png)
|
||||
content/branding/icon64.png (../default64.png)
|
||||
content/branding/icon128.png (../default128.png)
|
||||
content/branding/identity-icons-brand.svg
|
||||
content/branding/aboutDialog.css
|
||||
content/branding/horizontal-lockup.svg
|
||||
|
@ -22,11 +22,8 @@ $glyph-forward: url('chrome://browser/skin/forward.svg');
|
||||
margin-bottom: 49px;
|
||||
|
||||
.logo {
|
||||
background: url('chrome://branding/content/about-logo.png') no-repeat center;
|
||||
background: url('chrome://branding/content/icon128.png') no-repeat center center;
|
||||
background-size: $logo-size;
|
||||
@media (min-resolution: 2x) {
|
||||
background-image: url('chrome://branding/content/about-logo@2x.png');
|
||||
}
|
||||
display: inline-block;
|
||||
height: $logo-size;
|
||||
width: $logo-size;
|
||||
|
@ -1032,14 +1032,11 @@ main {
|
||||
justify-content: center;
|
||||
margin-bottom: 49px; }
|
||||
.search-wrapper .logo-and-wordmark .logo {
|
||||
background: url("chrome://branding/content/about-logo.png") no-repeat center;
|
||||
background: url("chrome://branding/content/icon128.png") no-repeat center center;
|
||||
background-size: 96px;
|
||||
display: inline-block;
|
||||
height: 96px;
|
||||
width: 96px; }
|
||||
@media (min-resolution: 2x) {
|
||||
.search-wrapper .logo-and-wordmark .logo {
|
||||
background-image: url("chrome://branding/content/about-logo@2x.png"); } }
|
||||
.search-wrapper .logo-and-wordmark .wordmark {
|
||||
background: url("chrome://branding/content/firefox-wordmark.svg") no-repeat center center;
|
||||
background-size: 172px;
|
||||
|
@ -1035,14 +1035,11 @@ main {
|
||||
justify-content: center;
|
||||
margin-bottom: 49px; }
|
||||
.search-wrapper .logo-and-wordmark .logo {
|
||||
background: url("chrome://branding/content/about-logo.png") no-repeat center;
|
||||
background: url("chrome://branding/content/icon128.png") no-repeat center center;
|
||||
background-size: 96px;
|
||||
display: inline-block;
|
||||
height: 96px;
|
||||
width: 96px; }
|
||||
@media (min-resolution: 2x) {
|
||||
.search-wrapper .logo-and-wordmark .logo {
|
||||
background-image: url("chrome://branding/content/about-logo@2x.png"); } }
|
||||
.search-wrapper .logo-and-wordmark .wordmark {
|
||||
background: url("chrome://branding/content/firefox-wordmark.svg") no-repeat center center;
|
||||
background-size: 172px;
|
||||
|
@ -1032,14 +1032,11 @@ main {
|
||||
justify-content: center;
|
||||
margin-bottom: 49px; }
|
||||
.search-wrapper .logo-and-wordmark .logo {
|
||||
background: url("chrome://branding/content/about-logo.png") no-repeat center;
|
||||
background: url("chrome://branding/content/icon128.png") no-repeat center center;
|
||||
background-size: 96px;
|
||||
display: inline-block;
|
||||
height: 96px;
|
||||
width: 96px; }
|
||||
@media (min-resolution: 2x) {
|
||||
.search-wrapper .logo-and-wordmark .logo {
|
||||
background-image: url("chrome://branding/content/about-logo@2x.png"); } }
|
||||
.search-wrapper .logo-and-wordmark .wordmark {
|
||||
background: url("chrome://branding/content/firefox-wordmark.svg") no-repeat center center;
|
||||
background-size: 172px;
|
||||
|
@ -26,6 +26,7 @@ browser/chrome/browser/content/branding/icon48.png
|
||||
browser/chrome/icons/default/default48.png
|
||||
browser/chrome/browser/content/branding/icon64.png
|
||||
browser/chrome/icons/default/default64.png
|
||||
browser/chrome/browser/content/branding/icon128.png
|
||||
browser/chrome/icons/default/default128.png
|
||||
#endif
|
||||
|
||||
|
@ -55,19 +55,13 @@ p {
|
||||
}
|
||||
|
||||
.logo {
|
||||
background: url("chrome://branding/content/about-logo.png") no-repeat center center;
|
||||
background: url("chrome://branding/content/icon128.png") no-repeat center center;
|
||||
background-size: 96px;
|
||||
display: inline-block;
|
||||
height: 96px;
|
||||
width: 96px;
|
||||
}
|
||||
|
||||
@media (min-resolution: 2x) {
|
||||
.logo {
|
||||
background-image: url('chrome://branding/content/about-logo@2x.png');
|
||||
}
|
||||
}
|
||||
|
||||
.wordmark {
|
||||
background: url("chrome://branding/content/firefox-wordmark.svg") no-repeat center center;
|
||||
background-size: 172px;
|
||||
|
Loading…
Reference in New Issue
Block a user