chore(ldoc: css): return bullets style for unordered list items

This commit is contained in:
actionless 2018-03-20 18:39:47 +01:00 committed by Yauhen Kirylau
parent bdbc11e7df
commit 98e59225d7
1 changed files with 2 additions and 1 deletions

View File

@ -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 {