liquid_feedback_frontend
diff static/lf3.css @ 1093:c2baf086cc8d
Fixed numbered lists in draft text
| author | bsw |
|---|---|
| date | Mon Oct 20 12:41:40 2014 +0200 (2014-10-20) |
| parents | cb9e75ac968f |
| children | ef41e3449577 |
line diff
1.1 --- a/static/lf3.css Fri Oct 17 13:03:31 2014 +0200 1.2 +++ b/static/lf3.css Mon Oct 20 12:41:40 2014 +0200 1.3 @@ -804,6 +804,12 @@ 1.4 list-style: square; 1.5 padding-left: 1em; 1.6 } 1.7 +.main .draft_content ol { 1.8 + margin-left: 1em; 1.9 + margin-bottom: 1.5ex; 1.10 + list-style: decimal; 1.11 + padding-left: 1em; 1.12 +} 1.13 .main .draft h1 { 1.14 font: italic 10pt / 125% sans-serif; 1.15 font-size: 125%;