mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
chore(ldoc: css): return bullets style for unordered list items
This commit is contained in:
parent
bdbc11e7df
commit
98e59225d7
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue