IE list fixes

This commit is contained in:
John McLear 2015-04-11 13:16:45 +01:00
parent 34c5441392
commit 27aa71f3a4
1 changed files with 2 additions and 1 deletions

View File

@ -210,8 +210,9 @@ ol {
list-style-type: decimal;
}
/* Fixes #2223 and #1836 */
ol > li {
display:inline;
display:block;
}
/* Set the indentation */