diff -r 000000000000 -r 6474c204b198 browser/base/content/aboutaccounts/aboutaccounts.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/browser/base/content/aboutaccounts/aboutaccounts.css Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,14 @@ +html, body { + height: 100%; +} + +#remote { + width: 100%; + height: 100%; + border: 0; + display: none; +} + +#manage, #intro, #stage { + display: none; +}