mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue