]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/parameter/doc/html/rst.css
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / parameter / doc / html / rst.css
1 /* Copyright David Abrahams 2006. Distributed under the Boost
2 Software License, Version 1.0. (See accompanying
3 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4 */
5
6 @import "../../../../rst.css";
7
8 div.section div.section div.section dl {
9 margin-left: 2em;
10 }
11
12 td span {
13 vertical-align: text-top;
14 }
15
16 img {
17 border: none;
18 vertical-align: middle
19 }
20
21 span.vellipsis {
22 display: block;
23 width: 5px;
24 height: 22px;
25 background: url("vellipsis.gif");
26 margin-left: 3em;
27 text-indent: -1000px;
28 }
29
30
31 PRE
32 {
33 FONT-FAMILY: monospace ;
34 }
35
36 CODE
37 {
38 FONT-FAMILY: monospace;
39 }
40 .pre
41 {
42 FONT-FAMILY: monospace;
43 }