mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 01:46:14 -04:00
add list-style:none for ul.indents in exported HTML (#4586)
* add list-style:none for ul.indents in exported HTML * use list-style-type not list-style
This commit is contained in:
parent
b82bf5c726
commit
a637920e55
2 changed files with 11 additions and 0 deletions
|
@ -31,6 +31,11 @@ ol ol > li:before {
|
|||
content: counters(item, ".") ". ";
|
||||
margin-left: -20px;
|
||||
}
|
||||
|
||||
ul.indent {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
<%- extraCSS %>
|
||||
</style>
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue