diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/patches/icecat-about-dialog.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/patches/icecat-about-dialog.patch b/data/patches/icecat-about-dialog.patch index e531691..476fb18 100644 --- a/data/patches/icecat-about-dialog.patch +++ b/data/patches/icecat-about-dialog.patch @@ -8,3 +8,17 @@ </hbox> <description id="trademark" data-l10n-id="trademarkInfo"></description> </vbox> +--- a/browser/base/content/aboutDialog.css ++++ b/browser/base/content/aboutDialog.css +@@ -14,10 +14,9 @@ + #rightBox { + background-image: url("chrome://branding/content/about-wordmark.svg"); + background-repeat: no-repeat; +- background-size: 288px auto; + /* padding-top creates room for the wordmark */ + padding-top: 38px; +- margin-top: 20px; ++ margin-top: 60px; + } + + #rightBox:-moz-locale-dir(rtl) { |