chore(ldoc: css): return bullets style for unordered list items
This commit is contained in:
parent
bdbc11e7df
commit
98e59225d7
|
@ -263,7 +263,8 @@ dl.function dd {
|
|||
#content dl.function dd ul, #content dl.function dd ol {
|
||||
padding: 0px;
|
||||
padding-left: 15px;
|
||||
list-style-type: none;
|
||||
margin-left: 16px;
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
ul.nowrap {
|
||||
|
|
Loading…
Reference in New Issue