From f3f373461f2b582e0033fd2079bce8c233cc300d Mon Sep 17 00:00:00 2001 From: oliver Date: Sat, 31 Oct 2015 17:19:28 +0100 Subject: [PATCH] correct list styling for formatted text --- views/html/introduction/index.tpl | 4 +++- views/html/quests/quest.tpl | 6 ++++-- www/css/desktop.css | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/views/html/introduction/index.tpl b/views/html/introduction/index.tpl index 263c34a8..201bf951 100644 --- a/views/html/introduction/index.tpl +++ b/views/html/introduction/index.tpl @@ -25,7 +25,9 @@

-t($text)?> +
+ t($text)?> +

diff --git a/views/html/quests/quest.tpl b/views/html/quests/quest.tpl index f1b7fb24..9b8bc579 100644 --- a/views/html/quests/quest.tpl +++ b/views/html/quests/quest.tpl @@ -77,8 +77,10 @@ - t($quest['task'])?> - +
+ t($quest['task'])?> + +
diff --git a/www/css/desktop.css b/www/css/desktop.css index a6dd2d87..1bc60fc0 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -53,6 +53,7 @@ table{border-collapse:collapse;border-spacing:0} .cf{zoom:1} .cb{clear:both} li.cf .qgorder{padding:20px} +.text ul, .text ol{list-style-type:initial;padding-left:20px} .wrap{margin:0 5%;max-height:999999px;min-height:1px}