Backed out changeset 3bb5b7d3a6f1 (bug 711157)

This commit is contained in:
Tim Taubert 2012-03-08 08:35:15 +01:00
parent e66884af41
commit 0b897d3c88
2 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ html {
background-image: url(chrome://browser/content/abouthome/noise.png),
-moz-linear-gradient(hsla(0,0%,100%,.7), hsla(0,0%,100%,.4));
background-attachment: fixed;
color: #000;
color: -moz-FieldText;
height: 100%;
}
@ -95,6 +95,7 @@ a {
#searchForm {
display: -moz-box;
margin: 0 auto;
}
#searchLogoContainer {

View File

@ -159,8 +159,7 @@ function onLoad(event)
fitToWidth();
window.addEventListener("resize", fitToWidth);
window.addEventListener("unload", function cleanup() {
window.removeEventListener("unload", cleanup);
window.addEventListener("unload", function() {
window.removeEventListener("resize", fitToWidth);
});
}