]> git.cworth.org Git - apitrace/blob - d3dtrace.css
Add copyright headers.
[apitrace] / d3dtrace.css
1 body {
2         font-family: sans;
3         font-size: 11px;
4         font-weight: normal;
5         text-align : left;
6 }
7
8 .fun {
9         font-weight: bold;
10 }
11
12 .var {
13         font-style: italic;
14 }
15
16 .typ {
17         display: none;
18 }
19
20 .lit {
21         color: #0000ff;
22 }