Update ABI/API compatibility reports after commit 16b701659d7d9f72aade1d695818a645e2f...
[openjpeg.git] / abi-check / css / headers_diff.css
1 .diff_tbl tr { } 
2 .diff_tbl td {
3     white-space: pre;
4     font-family: "DejaVu Sans Mono", "Droid Sans Mono", Monaco, Monospace;
5     vertical-align: top;
6     font-size: 14px;
7 }
8
9 .diff_tbl th {
10     font-size: 16px;
11 }
12
13 .small  { font-size: 0.6em; font-style: italic; font-family: Verdana, Helvetica, sans-serif; } 
14 .left   { background-color: #EEE; } 
15 .right  { background-color: #FFF; } 
16 .diff   { background-color: #CCF; } 
17 .lblock { background-color: #BFB; } 
18 .rblock { background-color: #FF8; } 
19 .insert { background-color: #8FF; } 
20 .delete { background-color: #ACF; } 
21 .void   { background-color: #FFB; } 
22 .cont   { background-color: #EEE; } 
23 .linebr { background-color: #AAA; } 
24 .lineno { color: red; background-color: #FFF; font-size: 0.7em; text-align: right; padding: 0 2px; } 
25 .elipsis{ background-color: #AAA; } 
26 .left .cont { background-color: #DDD; } 
27 .right .cont { background-color: #EEE; } 
28 .lblock .cont { background-color: #9D9; } 
29 .rblock .cont { background-color: #DD6; } 
30 .insert .cont { background-color: #0DD; } 
31 .delete .cont { background-color: #8AD; } 
32 .stats, .stats td, .stats th { background-color: #EEE; padding: 2px 0; }