correct commented out code

This commit is contained in:
ohfp 2021-02-15 10:04:11 +01:00
parent 58557d7c7f
commit deeef57ebe
No known key found for this signature in database
GPG key ID: 2954CC8585E27A3F

View file

@ -27,11 +27,11 @@ firefox-85.0/browser/base/content/aboutDialog.xhtml
/* 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;
min-height: 260px;
}
@ -41,12 +41,12 @@ 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 */
/* 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;