diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-02-05 06:27:57 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-02-05 06:27:57 -0500 |
commit | 591ff8e63813bd4af50f4441d5bbc77c79d35dae (patch) | |
tree | d60872a901ed822bfff9d1b47621af13d4a395cc /browser/branding/official/content/aboutDialog.css | |
parent | d2b88bf812a9f13ac02e5cd116ae19e34a198ada (diff) | |
parent | b7852aab25b8ab06e0463bbe7c5d20cdd6f89750 (diff) | |
download | UXP-591ff8e63813bd4af50f4441d5bbc77c79d35dae.tar UXP-591ff8e63813bd4af50f4441d5bbc77c79d35dae.tar.gz UXP-591ff8e63813bd4af50f4441d5bbc77c79d35dae.tar.lz UXP-591ff8e63813bd4af50f4441d5bbc77c79d35dae.tar.xz UXP-591ff8e63813bd4af50f4441d5bbc77c79d35dae.zip |
Merge branch 'branding-work'
Diffstat (limited to 'browser/branding/official/content/aboutDialog.css')
-rw-r--r-- | browser/branding/official/content/aboutDialog.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/browser/branding/official/content/aboutDialog.css b/browser/branding/official/content/aboutDialog.css index 46ba1b771..631f06a72 100644 --- a/browser/branding/official/content/aboutDialog.css +++ b/browser/branding/official/content/aboutDialog.css @@ -28,8 +28,14 @@ #rightBox { margin-left: 30px; margin-right: 30px; + background-image: url("chrome://branding/content/about-wordmark.png"); + background-repeat: no-repeat; + /* padding-top creates room for the wordmark */ + padding-top: 38px; + margin-top:20px; } + #updateDeck > hbox > label:not([class="text-link"]) { color: #909090; } |