summaryrefslogtreecommitdiffstats
path: root/toolkit/themes
diff options
context:
space:
mode:
authorNew Tobin Paradigm <email@mattatobin.com>2018-04-13 16:04:37 -0400
committerGitHub <noreply@github.com>2018-04-13 16:04:37 -0400
commitccb9e8c83452231b0d2c72a6cddf64bb1ef5a643 (patch)
tree8f46c229047ad9b38122d3a415361403763cc115 /toolkit/themes
parent501db456d4d84a9345374e9b15775f6e10883a41 (diff)
parentdfe1ae6c3ee84bf5c31bbb1ee05d7ab257c2a23b (diff)
downloadUXP-ccb9e8c83452231b0d2c72a6cddf64bb1ef5a643.tar
UXP-ccb9e8c83452231b0d2c72a6cddf64bb1ef5a643.tar.gz
UXP-ccb9e8c83452231b0d2c72a6cddf64bb1ef5a643.tar.lz
UXP-ccb9e8c83452231b0d2c72a6cddf64bb1ef5a643.tar.xz
UXP-ccb9e8c83452231b0d2c72a6cddf64bb1ef5a643.zip
Merge pull request #150 from janekptacijarabaci/about_1
moebius#173: Fix up "about:" page
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;