mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-19 18:50:59 +07:00
list-style attribute used in standard javadoc's stylesheet seems to be unsupported by JDK's HTML kit (following IDEA-107790) - fix tests
20 lines
476 B
HTML
20 lines
476 B
HTML
<HTML><style type="text/css"> ul.inheritance {
|
|
margin:0;
|
|
padding:0;
|
|
}
|
|
ul.inheritance li {
|
|
display:inline;
|
|
list-style-type:none;
|
|
}
|
|
ul.inheritance li ul.inheritance {
|
|
margin-left:15px;
|
|
padding-left:15px;
|
|
padding-top:1px;
|
|
}
|
|
</style><h2 title="Package my.pack Description">Package my.pack Description</h2>
|
|
<div class="block">Description</div>
|
|
<DL><dt><span class="simpleTagLabel">Since:</span></dt>
|
|
<dd>42</dd>
|
|
</dl>
|
|
</div>
|
|
</HTML> |