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: @namespace xlink url(http://www.w3.org/1999/xlink); michael@0: michael@0: title { michael@0: font-weight: bold; michael@0: display: block; michael@0: } michael@0: michael@0: xlink|link { michael@0: color: blue; michael@0: text-decoration: underline; michael@0: cursor: pointer; michael@0: display: inline; michael@0: padding-left: +5px; michael@0: } michael@0: michael@0: sect1,sect2,sect3 { michael@0: display: block; michael@0: padding-left: +20px; michael@0: } michael@0: michael@0: p { michael@0: display: block; michael@0: padding-left: +5px; michael@0: }