Update ABI/API compatibility reports after commit 16b701659d7d9f72aade1d695818a645e2f...
[openjpeg.git] / abi-check / css / changelog.css
1 .changelog {
2     cursor:text;
3     /*margin-top:7px;*/
4     font-family:Monaco, Consolas, 'DejaVu Sans Mono', 'Droid Sans Mono', Monospace;
5     font-size:14px;
6     padding:10px;
7     border:1px solid #333333; /* #e0e8e5 */
8     color:#333333;
9     background-color:#eff3f2;
10     word-wrap:break-word;
11     max-width:640px;
12     display: inline-block;
13     text-align:left;
14 }
15
16 .wrap {
17     white-space:pre-wrap;
18 }