summaryrefslogtreecommitdiffstats
path: root/toolkit/themes
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-13 20:55:39 +0200
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-13 20:55:39 +0200
commit0b26d810bdb8ce46fb68f3057e551583f085848d (patch)
tree58db08baf248725bb1c1fe67318c51f870fd6c9e /toolkit/themes
parent314016db7f55d24ad9d23197ca56462e78bc9ecc (diff)
downloadUXP-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')
-rw-r--r--toolkit/themes/shared/about.css8
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;