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: body { michael@0: display: table; michael@0: } michael@0: michael@0: table { michael@0: table-layout: fixed; michael@0: width: 100%; michael@0: } michael@0: michael@0: th { michael@0: width: 12em; michael@0: word-wrap: break-word; michael@0: vertical-align: top; michael@0: text-align: end; michael@0: } michael@0: michael@0: td { michael@0: display: block; michael@0: font-family: -moz-fixed; michael@0: white-space: pre-wrap; michael@0: } michael@0: michael@0: #td-key { michael@0: word-wrap: break-word; michael@0: }