doc: Add release notes for 1.7.1
[mesa-waffle.git] / doc / html / man / manpage.css
blob4d98540e6adef3a8f143721d6244bf8d75c0164c
1 body, table {
2 font-family: "Bitstream Vera Sans", "DejaVu Sans", Tahoma, sans-serif;
3 color: #333333;
4 background: white;
5 font-size: 12px;
6 line-height: 16px;
9 h1, h2, h3, h4, h5 {
10 padding: 0;
11 margin: 0;
12 font-weight: bold;
14 h1 {
15 font-size: 36px;
16 line-height: 40px;
18 h2 {
19 font-size: 24px;
20 line-height: 28px;
21 margin-bottom: 8px;
22 padding-top: 8px;
24 h3 {
25 font-size: 16px;
26 line-height: 20px;
27 margin-bottom: 8px;
28 padding-top: 8px;
31 h4 {
32 font-size: 12px;
33 line-height: 16px;
36 code {
37 font-family: "Bitstream Vera Sans Mono", "DejavVu Sans Mono", monospace;
40 .funcsynopsis, .funcprototype, .funcsynopsis-table {
41 font-family: "Bitstream Vera Sans Mono", "DejavVu Sans Mono", monospace;
44 .type, .function {
45 font-family: "Bitstream Vera Sans Mono", "DejavVu Sans Mono", monospace;
46 font-weight: bold;
50 * vim:et:sw=2:ts=2: