зеркало из https://github.com/mozilla/pjs.git
Bug 711157 - Followup for about:home Visual Refresh & Launcher. r=mak
This commit is contained in:
Родитель
3e87ef8d4c
Коммит
5a646f8750
|
@ -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: -moz-FieldText;
|
||||
color: #000;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
@ -95,7 +95,6 @@ a {
|
|||
|
||||
#searchForm {
|
||||
display: -moz-box;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#searchLogoContainer {
|
||||
|
|
|
@ -159,7 +159,8 @@ function onLoad(event)
|
|||
|
||||
fitToWidth();
|
||||
window.addEventListener("resize", fitToWidth);
|
||||
window.addEventListener("unload", function() {
|
||||
window.addEventListener("unload", function cleanup() {
|
||||
window.removeEventListener("unload", cleanup);
|
||||
window.removeEventListener("resize", fitToWidth);
|
||||
});
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче