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 {
|
#content dl.function dd ul, #content dl.function dd ol {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
list-style-type: none;
|
margin-left: 16px;
|
||||||
|
list-style-type: disc;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.nowrap {
|
ul.nowrap {
|
||||||
|
|
Loading…
Reference in New Issue