summaryrefslogtreecommitdiffstats
path: root/browser/branding/official/content/aboutDialog.css
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-02-05 12:41:16 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-02-05 12:41:16 +0100
commit2d652d1c355c8bdde03a6c278b5b7b444424e394 (patch)
tree0ea18eabc7d3cdec78e59701e10e15a662af6641 /browser/branding/official/content/aboutDialog.css
parent2782832f265a8e0a7923ca885b431907cde7cc49 (diff)
parente8417003899a4ec9274815be30352c1328fc32e9 (diff)
downloadUXP-2d652d1c355c8bdde03a6c278b5b7b444424e394.tar
UXP-2d652d1c355c8bdde03a6c278b5b7b444424e394.tar.gz
UXP-2d652d1c355c8bdde03a6c278b5b7b444424e394.tar.lz
UXP-2d652d1c355c8bdde03a6c278b5b7b444424e394.tar.xz
UXP-2d652d1c355c8bdde03a6c278b5b7b444424e394.zip
Merge branch 'master' into ported-upstream
Diffstat (limited to 'browser/branding/official/content/aboutDialog.css')
-rw-r--r--browser/branding/official/content/aboutDialog.css6
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;
}