diff options
author | Moonchild <mcwerewolf@wolfbeast.com> | 2019-03-06 04:50:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-06 04:50:53 +0100 |
commit | 5dba1ebe8498286762873fff0016f35f3e14d2d5 (patch) | |
tree | e48cf28742e068a6270fa0b981e24d6fb246051c /application/palemoon/branding/unofficial/content/aboutDialog.css | |
parent | b55a0dd2406f4b360295bc20ec303757112906f1 (diff) | |
parent | a49d052afea11bb93498356c102d94fb22075f4d (diff) | |
download | UXP-5dba1ebe8498286762873fff0016f35f3e14d2d5.tar UXP-5dba1ebe8498286762873fff0016f35f3e14d2d5.tar.gz UXP-5dba1ebe8498286762873fff0016f35f3e14d2d5.tar.lz UXP-5dba1ebe8498286762873fff0016f35f3e14d2d5.tar.xz UXP-5dba1ebe8498286762873fff0016f35f3e14d2d5.zip |
Merge pull request #985 from MoonchildProductions/aboutbox-redesign
Aboutbox redesign
Diffstat (limited to 'application/palemoon/branding/unofficial/content/aboutDialog.css')
-rw-r--r-- | application/palemoon/branding/unofficial/content/aboutDialog.css | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/application/palemoon/branding/unofficial/content/aboutDialog.css b/application/palemoon/branding/unofficial/content/aboutDialog.css index 3f7c5ec23..5cc6b428a 100644 --- a/application/palemoon/branding/unofficial/content/aboutDialog.css +++ b/application/palemoon/branding/unofficial/content/aboutDialog.css @@ -9,16 +9,11 @@ color: #fff; } -.text-link { - color: #eef !important; +#aboutVersionBox { + /* No wordmark: leave empty space */ + margin-top: 20px; } -#PMrightBox { - /* this margin prevents text from overlapping the planet image */ - margin-left: 280px; - margin-right: 20px; -} - -#PMbottomBox { - background-color: rgba(0,0,0,.7); +#aboutLinkBox { + padding: 15px 10px 20px; } |