liquid_feedback_frontend

changeset 1093:c2baf086cc8d

Fixed numbered lists in draft text
author bsw
date Mon Oct 20 12:41:40 2014 +0200 (2014-10-20)
parents 5b65ea5c24f5
children ef41e3449577
files static/lf3.css static/lf3.less
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%;
     2.1 --- a/static/lf3.less	Fri Oct 17 13:03:31 2014 +0200
     2.2 +++ b/static/lf3.less	Mon Oct 20 12:41:40 2014 +0200
     2.3 @@ -1019,6 +1019,13 @@
     2.4        padding-left: 1em;
     2.5      }
     2.6  
     2.7 +    ol {
     2.8 +      margin-left: 1em;
     2.9 +      margin-bottom: @paragraph-margin;
    2.10 +      list-style: decimal;
    2.11 +      padding-left: 1em;
    2.12 +    }
    2.13 +
    2.14      h1 {
    2.15        font: @usertext-italic-font;
    2.16        font-size: 125%;

Impressum / About Us