Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/test/doc/style/btl-headers.css @ 12

Last change on this file since 12 was 12, checked in by landauf, 18 years ago

added boost

File size: 541 bytes
Line 
1/* Copyright Gennadiy Rozental 2001-2005.
2 * Distributed under the Boost Software License, Version 1.0.
3 * (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)
4 */
5
6H1
7{
8    font-size:      200%;
9    color:          #00008B;
10    text-align:     center;
11    clear:          left;
12}
13H2
14{
15    font-size:      150%;
16}
17H3
18{
19    font-size:      125%;
20}
21H4
22{
23    font-size:      115%;
24}
25H5
26{
27    font-size:      108%;
28}
29
30H1.subtitle
31{
32    font-size:      160%;
33    color:          #4466A9;
34    text-align:     left;
35}
Note: See TracBrowser for help on using the repository browser.