Bug 890973 - About dialog background image has odd black stripe on the far end. r=mconley

This commit is contained in:
Jared Wein 2013-07-08 16:35:41 -04:00
parent ec50f8ab9d
commit 1705e469f4
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
#aboutDialogContainer {
background-image: url("chrome://branding/content/about-background.png");
background-repeat: no-repeat;
background-color: #000;
background-color: rgb(19,8,36);
color: #fff;
}

View File

@ -5,7 +5,7 @@
#aboutDialogContainer {
background-image: url("chrome://branding/content/about-background.png");
background-repeat: no-repeat;
background-color: #000;
background-color: rgb(10,17,37);
color: #fff;
}