Sans-serif fonts for headlings. Indent examples. Italic captions
[yaz-moved-to-github.git] / doc / yaz.css
1
2 .table table {
3         border-collapse;
4         border: 1px solid black;
5         border-spacing: 0;      
6         width: 92%;
7         margin-left: auto;
8         margin-right: auto;
9 }
10
11 .table th {
12         padding: 3px 6px;
13         border: 1px solid black;
14 }
15 .table td {
16         text-align: left;
17         padding: 3px 6px;
18 }
19
20 h1, h2, h3, h4 {
21         font-family: sans-serif;
22 }
23
24 .figure b, .table b, .example b {
25         font-style: italic;
26 }
27
28 .example , .figure {
29         margin-left: 2%;
30 }
31
32 .screen, .synopsis, .programlisting {
33         margin-left: 4%;
34         margin-right: 4%;
35         padding: 4px;
36         border-style: solid;
37         border-width: 1px;
38         border-color: #bbbbbb;
39 }