]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/website/index.css
Add patch for failing prerm scripts
[ceph.git] / ceph / src / boost / tools / build / website / index.css
1
2 body {
3 font-size: 16px;
4 }
5
6 .header {
7 margin-top: 1em;
8 }
9
10 .header > ul {
11 float: right;
12 }
13
14 .header > ul > li {
15 display: inline;
16 padding-left: 2em;
17 }
18
19 th {
20 color: #000;
21 background-color: #D6D6FF;
22 border: 1px solid #C0C0FF;
23 padding: 4px;
24 vertical-align: top;
25 }
26 td {
27 color: #000;
28 background-color: #F0F0FF;
29 border: 1px solid #C0C0FF;
30 padding: 4px;
31 vertical-align: top;
32 }
33
34
35 /*
36 @media (min-width: 768px) {
37 .container {
38 max-width: 730px;
39 }
40 }
41 .container-narrow > hr {
42 margin: 30px 0;
43 }
44
45 .nav li {
46 display: inline;
47 line-height: 30px;
48 }
49
50 .nav > li > a {
51 display: inline;
52 line-height: 30px;
53 }
54
55 .header span {
56 display: inline-block;
57 padding: 10px 15px;
58 line-height: 30px;
59 font-size: 24px;
60 }
61 */