]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/doc/src/minimal.css
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / doc / src / minimal.css
1 /*
2
3 © Copyright Beman Dawes, 2007
4
5 Distributed under the Boost Software License, Version 1.0.
6 See www.boost.org/LICENSE_1_0.txt
7
8 */
9
10 body {
11 font-family: sans-serif;
12 margin: 1em;
13 max-width : 8.5in;
14 }
15
16 table { margin: 0.5em; }
17
18 pre { background-color:#D7EEFF }
19
20 ins { background-color:#A0FFA0 }
21 del { background-color:#FFA0A0 }
22
23 /*** end ***/