diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-02-05 02:23:23 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-02-05 02:23:23 -0500 |
commit | ac7d8a02b874485ec68d1b25e9ebd938f48e976e (patch) | |
tree | 8815c7fb60013c7a8f38ed0662a0388459d2b7a7 /browser/branding/official/content/aboutDialog.css | |
parent | 4809c6de7764673eb401a961e314e72ad31d0dbd (diff) | |
download | UXP-ac7d8a02b874485ec68d1b25e9ebd938f48e976e.tar UXP-ac7d8a02b874485ec68d1b25e9ebd938f48e976e.tar.gz UXP-ac7d8a02b874485ec68d1b25e9ebd938f48e976e.tar.lz UXP-ac7d8a02b874485ec68d1b25e9ebd938f48e976e.tar.xz UXP-ac7d8a02b874485ec68d1b25e9ebd938f48e976e.zip |
Update branding
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; } |