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: #f0f0f0; michael@0: padding: 0 1em; michael@0: font-family: "Nokia Sans", Tahoma, sans-serif !important; michael@0: font-size: 100% !important; michael@0: } michael@0: michael@0: body { michael@0: color: black; michael@0: position: relative; michael@0: min-width: 330px; michael@0: max-width: 50em; michael@0: margin: 1em auto; michael@0: border: 1px solid gray; michael@0: border-radius: 10px; michael@0: padding: 3em; michael@0: -moz-padding-start: 30px; michael@0: background: white; michael@0: } michael@0: michael@0: .aboutPageWideContainer { michael@0: max-width: 80%; michael@0: } michael@0: michael@0: #aboutLogoContainer { michael@0: border: 1px solid lightgray; 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: }