add citation information
[LbmBenchmarkKernelsPublic.git] / doc / main.css
CommitLineData
e3f82424
MW
1
2h1, h2, h3, h4, h5, h6 {
3 font-family: sans-serif;
4 font-size: 100%;
5 background-color: #dcdcdc;
6}
7
8h1.title {
9 background-color: gray;
10 color: white
11}
12
13table.footnote {
14 padding-left: 0.5ex;
15}
16
17table.citation {
18 padding-left: 0.5ex
19}
20
21td.label {
22 width: 10%;
23}
24
25table, table.docutils, td, th {
26 border: 0;
27}
28
29table.citation, table.footnote {
30 width: 100%;
31}
32
33th {
34 background-color: lavender ;
35}
36
37tr:nth-child(even) {
38 xxbackground-color: aliceblue;
39 background-color: white;
40}
41tr:nth-child(odd) {
42 xxbackground-color: lavender;
43 background-color: whitesmoke;
44}
45
46
This page took 0.061498 seconds and 5 git commands to generate.