]> sourceware.org Git - lvm2.git/blob - reports/stylesheet.css
Always include debug mesg when cling to allocated is set.
[lvm2.git] / reports / stylesheet.css
1 /* Styles for main page */
2 #banner {
3 background: #9c9;
4 padding-top: 5px;
5 padding-bottom: 5px;
6 border-bottom: 2px solid;
7 font: small-caps 20px/20px "Times New Roman", serif;
8 color: #282;
9 text-align: center;
10 }
11
12 #banner img {
13 float: left;
14 }
15
16 #main {
17 margin-left: 0em;
18 padding-top: 4ex;
19 padding-left: 2em;
20 background: white;
21 }
22
23 h1 {
24 font: 150% sans-serif;
25 color: #226;
26 border-bottom: 3px dotted #77d;
27 }
28
29 body {
30 font: normal 75% verdana,arial,helvetica;
31 color:#000000;
32 }
33
34 table tr td, table tr th {
35 font-size: 75%;
36 }
37
38 table.stripes tr th {
39 font-weight: bold;
40 text-align: left;
41 background: #a0a0a0;
42 }
43
44 table.stripes tr td {
45 background: #ccccc0;
46 }
47
48 td.pass {
49 color: green;
50 }
51
52 td.fail {
53 color: red;
54 font-weight: bold;
55 }
56
57 #main {
58 padding-left: 0em;
59 }
60
61 #controls {
62 float: left;
63 padding-top: 1em;
64 padding-left: 1em;
65 padding-right: 1em;
66 padding-bottom: 1em;
67 width: 14em;
68 border-right: 2px solid;
69 }
70
71 #body {
72 margin-left: 16em;
73 padding-top: 4ex;
74 padding-left: 2em;
75 background: white;
76 border-left: 2px solid;
77 }
This page took 0.038704 seconds and 5 git commands to generate.