mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 491857: add fennec favicon to firstrun page, r=stuart
This commit is contained in:
parent
8a6d583a4f
commit
16539a2b16
BIN
mobile/themes/hildon/firstrun/favicon.png
Normal file
BIN
mobile/themes/hildon/firstrun/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 712 B |
@ -48,9 +48,10 @@
|
||||
color: #808080;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: url(chrome://firstrun/content/firstrun_background.gif) repeat-x;
|
||||
background: url(chrome://firstrun/content/firstrun_background.gif) repeat;
|
||||
}
|
||||
</style>
|
||||
<link rel="icon" type="image/png" href="chrome://firstrun/content/favicon.png" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="splash"><center><img src="chrome://firstrun/content/firstrun_splash.gif"/></center></div>
|
||||
|
@ -5,6 +5,7 @@ firstrun.jar:
|
||||
content/firstrun_splash.gif (firstrun/firstrun_splash.gif)
|
||||
content/firstrun_background.gif (firstrun/firstrun_background.gif)
|
||||
content/firstrun.html (firstrun/firstrun.html)
|
||||
content/favicon.png (firstrun/favicon.png)
|
||||
|
||||
classic.jar:
|
||||
% skin browser classic/1.0 %
|
||||
|
BIN
mobile/themes/wince/firstrun/favicon.png
Normal file
BIN
mobile/themes/wince/firstrun/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 712 B |
@ -45,19 +45,13 @@
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "Nokia Sans", sans-serif;
|
||||
font-size: 14pt;
|
||||
font-weight: bold;
|
||||
color: #808080;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: url(chrome://firstrun/content/firstrun_background.gif) repeat-x;
|
||||
}
|
||||
|
||||
#splash {
|
||||
width: 920px;
|
||||
background: url(chrome://firstrun/content/firstrun_background.gif) repeat;
|
||||
}
|
||||
</style>
|
||||
<link rel="icon" type="image/png" href="chrome://firstrun/content/favicon.png" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="splash"><center><img src="chrome://firstrun/content/firstrun_splash.gif"/></center></div>
|
||||
|
@ -5,6 +5,7 @@ firstrun.jar:
|
||||
content/firstrun_splash.gif (firstrun/firstrun_splash.gif)
|
||||
content/firstrun_background.gif (firstrun/firstrun_background.gif)
|
||||
content/firstrun.html (firstrun/firstrun.html)
|
||||
content/favicon.png (firstrun/favicon.png)
|
||||
|
||||
classic.jar:
|
||||
% skin browser classic/1.0 %
|
||||
|
Loading…
Reference in New Issue
Block a user