mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
IE list fixes
This commit is contained in:
parent
34c5441392
commit
27aa71f3a4
1 changed files with 2 additions and 1 deletions
|
@ -210,8 +210,9 @@ ol {
|
|||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
/* Fixes #2223 and #1836 */
|
||||
ol > li {
|
||||
display:inline;
|
||||
display:block;
|
||||
}
|
||||
|
||||
/* Set the indentation */
|
||||
|
|
Loading…
Reference in a new issue