blob: 108600acefc78f5250d4bcc681ff9dc56e8ec581 [file] [log] [blame]
Chris Lukeb5850972016-05-03 16:34:59 -04001/* VPP CSS overrides */
2
3body, table, div, p, dl {
4 font: initial;
5 font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
6 font-size: small;
7}
8
9code, tt {
10 font: initial;
11 font-family: Consolas, Courier, monospace;
12 font-size: small;
13}
14
15pre {
16 font-size: 105%;
17}
18
19
20.title {
21 font: initial;
22 font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
23 font-size: 150%;
24 font-weight: bold;
25}
26
27
28.mdescLeft, .mdescRight,
29.memItemLeft, .memItemRight,
30.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
31 font-family: Consolas, Courier, monospace;
32}
33
34.memname {
35 font-family: Consolas, Courier, monospace;
36 font-weight: bold;
37 font-size: 105%;
38}
39
40.paramname {
41 font-family: Consolas, Courier, monospace;
42 font-weight: bold;
43}
44
45a.el {
46 font-family: Consolas, Courier, monospace;
47}
Chris Luke64ebb5f2017-09-27 15:09:48 -040048
49div.fragment {
50 padding: 2px;
51 margin-left: 8px;
52}
53