Skip to content

Commit

Permalink
Backed out changeset 3bb5b7d3a6f1 (bug 711157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Taubert committed Mar 8, 2012
1 parent 73e2a27 commit 4b56ea8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion browser/base/content/abouthome/aboutHome.css
Expand Up @@ -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%;
}

Expand Down Expand Up @@ -95,6 +95,7 @@ a {

#searchForm {
display: -moz-box;
margin: 0 auto;
}

#searchLogoContainer {
Expand Down
3 changes: 1 addition & 2 deletions browser/base/content/abouthome/aboutHome.js
Expand Up @@ -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);
});
}
Expand Down

0 comments on commit 4b56ea8

Please sign in to comment.