allocate fewer local variable slots
[voodoo-lang.git] / doc / style.css
blobbb1940b590f41c9d1f9985569fffd3441eed7294
1 body {
2 text-align: justify;
5 div.body {
6 width: 40em;
7 margin: 0 auto;
8 padding: 1em;
11 h1 {
12 text-align: center;
13 font-size: 200%;
14 font-style: normal;
15 font-weight: bold;
18 h2 {
19 text-align: left;
20 font-size: 150%;
21 font-style: normal;
22 font-weight: bold;
25 h3 {
26 text-align: left;
27 font-size: 120%;
28 font-style: normal;
29 font-weight: bold;
32 code {
33 font-family: monospace;
34 whitespace: pre;
35 background-color: #afcfff;
36 color: #000000;
39 table th, td {
40 border: none;
41 text-align: left;
42 vertical-align: top;
43 padding: 0.2em 1em 0.2em 0.2em;