diff --git a/source_files/browser/branding/librewolf/content/aboutDialog.css b/source_files/browser/branding/librewolf/content/aboutDialog.css index 2e11b02..35700c3 100644 --- a/source_files/browser/branding/librewolf/content/aboutDialog.css +++ b/source_files/browser/branding/librewolf/content/aboutDialog.css @@ -24,10 +24,11 @@ firefox-85.0/browser/base/content/aboutDialog.xhtml } #rightBox { + /* border: 1px solid red; */ /* this margin prevents text from overlapping the planet image */ - + background-image: none; /* getting rid of the 'Nightly' text */ - + margin-left: 275px; margin-top: 50px; margin-right: 20px; @@ -41,14 +42,15 @@ firefox-85.0/browser/base/content/aboutDialog.xhtml } #leftBox { - /* display: none; */ - /* background-image: url("chrome://branding/content/about-logo.png"); */ - /* background-repeat: no-repeat; */ - /* background-size: 192px auto; */ - /* background-position: center 20%; */ - /* min-width and min-height create room for the logo */ - min-width: 210px; - min-height: 220px; - margin-top: 20px; - margin-inline-start: 30px; + /* border: 1px solid red; */ + /* display: none; */ + /* background-image: url("chrome://branding/content/about-logo.png"); */ + /* background-repeat: no-repeat; */ + /* background-size: 192px auto; */ + /* background-position: center 20%; */ + /* min-width and min-height create room for the logo */ + min-width: 1px; + min-height: 220px; + margin-top: 20px; + margin-inline-start: 30px; }