diff --git a/toolkit/content/about.xhtml b/toolkit/content/about.xhtml index d744dbf5f270..8940491c1e23 100644 --- a/toolkit/content/about.xhtml +++ b/toolkit/content/about.xhtml @@ -58,7 +58,6 @@ -
&brandShortName; @@ -98,6 +97,5 @@ -
diff --git a/toolkit/content/buildconfig.html.in b/toolkit/content/buildconfig.html.in index 5bce937bd75e..76c23e1b5b21 100644 --- a/toolkit/content/buildconfig.html.in +++ b/toolkit/content/buildconfig.html.in @@ -2,8 +2,9 @@ about:buildconfig + - +

about:buildconfig

Build platform

diff --git a/toolkit/content/license.html b/toolkit/content/license.html index 817e7c6885bc..8beba2705202 100644 --- a/toolkit/content/license.html +++ b/toolkit/content/license.html @@ -21,6 +21,7 @@ - the Initial Developer. All Rights Reserved. - - Contributor(s): + - Ehsan Akhgari - - Alternatively, the contents of this file may be used under the terms of - either the GNU General Public License Version 2 or later (the "GPL"), or @@ -62,6 +63,7 @@ font-weight: bold; } + - +

about:license

diff --git a/toolkit/themes/winstripe/global/about.css b/toolkit/themes/winstripe/global/about.css index 33d4bbf11623..f91744e93fc1 100644 --- a/toolkit/themes/winstripe/global/about.css +++ b/toolkit/themes/winstripe/global/about.css @@ -1,15 +1,11 @@ html { background: -moz-Dialog; -} - -body { - margin: 0; padding: 0 1em; - color: -moz-FieldText; font: message-box; } -#aboutPageContainer { +body { + color: -moz-FieldText; position: relative; min-width: 330px; max-width: 50em; @@ -22,7 +18,7 @@ body { } .aboutPageWideContainer { - max-width: 80% !important; + max-width: 80%; } #aboutLogoContainer { @@ -51,3 +47,7 @@ ul { ul > li { margin-top: .5em; } + +th, td { + padding: 0 5px; +}