fix doc example typo
[boost.git] / boost.css
blob9f8d4bda8f8ac93f82dedca44607b711456ac7eb
1 /*=============================================================================
2 Copyright 2002 William E. Kempf
3 Distributed under the Boost Software License, Version 1.0. (See accompany-
4 ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5 =============================================================================*/
7 H1
9 FONT-SIZE: 200%;
10 COLOR: #00008B;
14 FONT-SIZE: 150%;
18 FONT-SIZE: 125%;
22 FONT-SIZE: 108%;
24 BODY
26 FONT-SIZE: 100%;
27 BACKGROUND-COLOR: #ffffff;
29 PRE
31 MARGIN-LEFT: 2em;
32 FONT-FAMILY: Courier,
33 monospace;
35 CODE
37 FONT-FAMILY: Courier,
38 monospace;
40 CODE.as_pre
42 white-space: pre;
44 .index
46 TEXT-ALIGN: left;
48 .page-index
50 TEXT-ALIGN: left;
52 .definition
54 TEXT-ALIGN: left;
56 .footnote
58 FONT-SIZE: 66%;
59 VERTICAL-ALIGN: super;
60 TEXT-DECORATION: none;
62 .function-semantics
64 CLEAR: left;