Skip to content

Commit

Permalink
Merge pull request #4601 from muhammednagy/master
Browse files Browse the repository at this point in the history
 [fix Bug 1332678] fixed CSS linting errors
  • Loading branch information
alexgibson committed Jan 26, 2017
2 parents 75b13ac + c511ee6 commit b129aba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions media/css/thunderbird/landing.less
Expand Up @@ -6,7 +6,7 @@

.sky #outer-wrapper {
background: #eaeff2;
background: -webkit-gradient(radial, center center, 0px, center center, 60%, color-stop(0%,rgba(234,239,242,.9)), color-stop(60%,rgba(212,221,228,.5))),
background: -webkit-gradient(radial, center center, 0, center center, 60%, color-stop(0%,rgba(234,239,242,.9)), color-stop(60%,rgba(212,221,228,.5))),
-webkit-linear-gradient(top, rgba(202,225,244,1) 0%, rgba(125,185,232,0) 100%);
background: -webkit-radial-gradient(center, ellipse cover, rgba(234,239,242,1) 0%, rgba(212,221,228,.4) 60%),
-webkit-linear-gradient(top, rgba(202,225,244,1) 0%, rgba(125,185,232,0) 100%);
Expand All @@ -22,7 +22,7 @@
top: 0;
bottom: 0;
width: 100%;
background: url(/media/img/thunderbird/landing/bg-noise.png);
background: url('/media/img/thunderbird/landing/bg-noise.png');
}
}

Expand Down
4 changes: 2 additions & 2 deletions media/css/thunderbird/start.less
Expand Up @@ -361,11 +361,11 @@ footer {
header h1:before {
background-image: url('/media/img/thunderbird/logos/release-200.png');
background-size: 100px 100px;

html[data-channel="earlybird"] & {
background-image: url('/media/img/thunderbird/logos/earlybird-200.png');
}

html[data-channel="daily"] & {
background-image: url('/media/img/thunderbird/logos/daily-200.png');
}
Expand Down

0 comments on commit b129aba

Please sign in to comment.