From 27aa71f3a4085140b83b1fa59d0f20debe1cc294 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 11 Apr 2015 13:16:45 +0100 Subject: [PATCH] IE list fixes --- src/static/css/iframe_editor.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/static/css/iframe_editor.css b/src/static/css/iframe_editor.css index b708e2f4..b7ece1e6 100644 --- a/src/static/css/iframe_editor.css +++ b/src/static/css/iframe_editor.css @@ -210,8 +210,9 @@ ol { list-style-type: decimal; } +/* Fixes #2223 and #1836 */ ol > li { - display:inline; + display:block; } /* Set the indentation */