From 49bd02aa67d75b252f469164d8070b458f1a7a66 Mon Sep 17 00:00:00 2001 From: Vincevrp Date: Tue, 20 Nov 2018 13:36:56 +0100 Subject: [PATCH] Fix list and order in KDL --- assets/css/style.scss | 5 +++- index.html | 54 ++++++++++++++++++++++++------------------- 2 files changed, 34 insertions(+), 25 deletions(-) diff --git a/assets/css/style.scss b/assets/css/style.scss index f3e2ac26..f5dd4675 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -21,6 +21,10 @@ a, } } +.card-ol { + padding-left: 1.25rem; +} + /*.card-success, */ .card-success { .card-header { @@ -69,7 +73,6 @@ a, } } - .anchor { &:target { margin-top: -4rem; diff --git a/index.html b/index.html index 116e68fa..001ca9c0 100644 --- a/index.html +++ b/index.html @@ -65,11 +65,11 @@ layout: default {% include panel.html color="danger" title="Five Eyes" body=' - 1. Australia
-
2. Canada
-
3. New Zealand
-
4. United Kingdom
-
5. United States of America
+
  • 1. Australia
  • +
  • Canada
  • +
  • New Zealand
  • +
  • United Kingdom
  • +
  • United States of America
  • ' %} @@ -1566,37 +1566,43 @@ layout: default {% include panel.html color="danger" title="Key disclosure laws apply" body=' - 1. Antigua and Barbuda
    -
    2. Australia
    -
    3. Canada
    -
    4. France
    -
    5. India
    -
    6. Ireland
    -
    7. Norway
    -
    8. Russia
    -
    9. South Africa
    -
    10. United Kingdom
    +
      +
    1. Antigua and Barbuda
    2. +
    3. Australia
    4. +
    5. Canada
    6. +
    7. France
    8. +
    9. India
    10. +
    11. Ireland
    12. +
    13. Norway
    14. +
    15. Russia
    16. +
    17. South Africa
    18. +
    19. United Kingdom
    20. +
    ' %} {% include panel.html color="warning" title="Key disclosure laws may apply" body=' - 1. Belgium *
    -
    2. Finland *
    -
    3. New Zealand (unclear)
    -
    4. Sweden (proposed)
    -
    5. The Netherlands *
    -
    6. United States (see related information)
    +
      +
    1. Belgium *
    2. +
    3. Finland *
    4. +
    5. New Zealand (unclear)
    6. +
    7. Sweden (proposed)
    8. +
    9. The Netherlands *
    10. +
    11. United States (see related information)
    12. +
    ' %} {% include panel.html color="success" title="Key disclosure laws don't apply" body=' - 1. Czech Republic
    -
    2. Poland
    -
    3. Germany
    +
      +
    1. Czech Republic
    2. +
    3. Germany
    4. +
    5. Poland
    6. +
    ' %}