# HG changeset patch # User bsw # Date 1413802516 -7200 # Node ID b716804d1909c655dec0fcbc7ed059976b3357aa # Parent ef41e3449577c6985ec3cde1942e9d83ae5ce92e Fixed numbered lists in draft text diff -r ef41e3449577 -r b716804d1909 static/lf3.css --- a/static/lf3.css Mon Oct 20 12:47:41 2014 +0200 +++ b/static/lf3.css Mon Oct 20 12:55:16 2014 +0200 @@ -798,7 +798,8 @@ .main .draft { font: normal 10pt / 125% sans-serif; } -.main .draft ul { +.main .draft ul, +.main .draft_content ul { margin-left: 1em; margin-bottom: 1.5ex; list-style: square;