browser/base/content/aboutaccounts/aboutaccounts.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/base/content/aboutaccounts/aboutaccounts.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,14 @@
     1.4 +html, body {
     1.5 +  height: 100%;
     1.6 +}
     1.7 +
     1.8 +#remote {
     1.9 +  width: 100%;
    1.10 +  height: 100%;
    1.11 +  border: 0;
    1.12 +  display: none;
    1.13 +}
    1.14 +
    1.15 +#manage, #intro, #stage {
    1.16 +  display: none;
    1.17 +}

mercurial