mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04: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;
|
list-style-type: decimal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Fixes #2223 and #1836 */
|
||||||
ol > li {
|
ol > li {
|
||||||
display:inline;
|
display:block;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Set the indentation */
|
/* Set the indentation */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue