mirror of
https://github.com/documize/community.git
synced 2025-07-25 08:09:43 +02:00
Change CSS ul/ol/li default styling
Should support custom bullet styles eminating from add-ons.
This commit is contained in:
parent
9206e9aaa1
commit
fb391d49a5
2 changed files with 4 additions and 4 deletions
|
@ -32,8 +32,8 @@ ul {
|
|||
padding: 0;
|
||||
|
||||
li {
|
||||
list-style: none;
|
||||
list-style-type: none;
|
||||
// list-style: none;
|
||||
// list-style-type: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -32,14 +32,14 @@
|
|||
|
||||
ol {
|
||||
li {
|
||||
list-style-type: decimal;
|
||||
// list-style-type: decimal;
|
||||
line-height: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
li {
|
||||
list-style-type: disc;
|
||||
// list-style-type: disc;
|
||||
line-height: 20px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue