michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: html { michael@0: background: -moz-Dialog; michael@0: padding: 0 1em; michael@0: font: message-box; michael@0: } michael@0: michael@0: body { michael@0: color: -moz-FieldText; michael@0: position: relative; michael@0: min-width: 330px; michael@0: max-width: 50em; michael@0: margin: 4em auto; michael@0: border: 1px solid ThreeDShadow; michael@0: border-radius: 10px; michael@0: padding: 3em; michael@0: -moz-padding-start: 30px; michael@0: background: -moz-Field; michael@0: } michael@0: michael@0: .aboutPageWideContainer { michael@0: max-width: 80%; michael@0: } michael@0: michael@0: #aboutLogoContainer { michael@0: border: 1px solid ThreeDLightShadow; michael@0: width: 300px; michael@0: margin-bottom: 2em; michael@0: } michael@0: michael@0: img { michael@0: border: 0; michael@0: } michael@0: michael@0: #version { michael@0: font-weight: bold; michael@0: color: #909090; michael@0: margin: -24px 0 9px 17px; michael@0: } michael@0: michael@0: ul { michael@0: margin: 0; michael@0: -moz-margin-start: 1.5em; michael@0: padding: 0; michael@0: list-style: square; michael@0: } michael@0: michael@0: ul > li { michael@0: margin-top: .5em; michael@0: } michael@0: michael@0: th, td { michael@0: padding: 0 5px; michael@0: } michael@0: michael@0: .columns { michael@0: -moz-column-width: 20em; michael@0: -moz-column-gap: 3em; michael@0: }