diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-13 20:55:39 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-13 20:55:39 +0200 |
commit | 0b26d810bdb8ce46fb68f3057e551583f085848d (patch) | |
tree | 58db08baf248725bb1c1fe67318c51f870fd6c9e /toolkit/themes/shared | |
parent | 314016db7f55d24ad9d23197ca56462e78bc9ecc (diff) | |
download | UXP-0b26d810bdb8ce46fb68f3057e551583f085848d.tar UXP-0b26d810bdb8ce46fb68f3057e551583f085848d.tar.gz UXP-0b26d810bdb8ce46fb68f3057e551583f085848d.tar.lz UXP-0b26d810bdb8ce46fb68f3057e551583f085848d.tar.xz UXP-0b26d810bdb8ce46fb68f3057e551583f085848d.zip |
moebius#173: Fix up "about:" page
https://github.com/MoonchildProductions/moebius/issues/173
Diffstat (limited to 'toolkit/themes/shared')
-rw-r--r-- | toolkit/themes/shared/about.css | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/toolkit/themes/shared/about.css b/toolkit/themes/shared/about.css index 25f52992a..5c40dbfea 100644 --- a/toolkit/themes/shared/about.css +++ b/toolkit/themes/shared/about.css @@ -26,8 +26,8 @@ body { } #aboutLogoContainer { - border: 1px solid ThreeDLightShadow; width: 300px; + margin: 0 auto; margin-bottom: 2em; } @@ -35,12 +35,6 @@ img { border: 0; } -#version { - font-weight: bold; - color: #909090; - margin: -24px 0 9px 17px; -} - ul { margin: 0; margin-inline-start: 1.5em; |