mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
disable bullets in Javadoc inheritance list
list-style attribute used in standard javadoc's stylesheet seems to be unsupported by JDK's HTML kit (following IDEA-107790) - fix tests
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
}
|
||||
ul.inheritance li {
|
||||
display:inline;
|
||||
list-style:none;
|
||||
list-style-type:none;
|
||||
}
|
||||
ul.inheritance li ul.inheritance {
|
||||
margin-left:15px;
|
||||
|
||||
Reference in New Issue
Block a user