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

View file

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