Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/test/doc/style/btl-paragraphs.css @ 25

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

added boost

File size: 842 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
6P.first-line-indented
7{
8    text-indent:    10px;
9}
10
11P.indented
12{
13    margin-left:    20px; 
14    margin-top:     0px;
15    margin-bottom:  0px;
16}
17
18P.epigraph
19{
20    text-align:     right; 
21    font-family:    Century Gothic; 
22    font-style:     italic
23}
24
25P.test-output
26{
27    font-family:    Arial; 
28    font-size:      12pt;
29    margin-left:    2em;
30    white-space:    nowrap
31}
32
33P.page-toc
34{
35    font-weight:    bold;
36    margin-top:     0px;
37    margin-bottom:  0px;
38}
39
40P.page-toc-indented
41{
42    font-weight:    bold;
43    margin-left:    20px; 
44    margin-top:     0px;
45    margin-bottom:  0px;
46}
47
48P.see-also-content
49{
50    padding-left:   40px;
51}
Note: See TracBrowser for help on using the repository browser.