# HG changeset patch # User bsw # Date 1413802061 -7200 # Node ID ef41e3449577c6985ec3cde1942e9d83ae5ce92e # Parent c2baf086cc8d63cfcdce1636945c29ab9cf68d31 Fixed numbered lists in draft text diff -r c2baf086cc8d -r ef41e3449577 static/lf3.css --- a/static/lf3.css Mon Oct 20 12:41:40 2014 +0200 +++ b/static/lf3.css Mon Oct 20 12:47:41 2014 +0200 @@ -804,6 +804,7 @@ list-style: square; padding-left: 1em; } +.main .draft ol, .main .draft_content ol { margin-left: 1em; margin-bottom: 1.5ex;