mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
28a3f66800
From ff216e4d7d2c5957c09ba03028b0fec76303ab30 Mon Sep 17 00:00:00 2001 --- .../base/content/aboutaccounts/aboutaccounts.css | 36 -- .../base/content/aboutaccounts/aboutaccounts.xhtml | 8 +- .../aboutaccounts/images/graphic_sync_intro.png | Bin 5566 -> 9304 bytes .../aboutaccounts/images/graphic_sync_intro@2x.png | Bin 10764 -> 19655 bytes browser/base/content/aboutaccounts/main.css | 380 ++++----------------- 5 files changed, 76 insertions(+), 348 deletions(-)
15 lines
151 B
CSS
15 lines
151 B
CSS
html, body {
|
|
height: 100%;
|
|
}
|
|
|
|
#remote {
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 0;
|
|
display: none;
|
|
}
|
|
|
|
#manage, #intro, #stage {
|
|
display: none;
|
|
}
|