correct list styling for formatted text

This commit is contained in:
oliver 2015-10-31 17:19:28 +01:00
parent 8c5c7e0b13
commit 267029f17d
3 changed files with 8 additions and 3 deletions

View file

@ -25,7 +25,9 @@
<h1><?=\nre\configs\AppConfig::$app['name']?></h1>
<?php if(!empty($text)) : ?>
<?=$t->t($text)?>
<div class="text">
<?=$t->t($text)?>
</div>
<?php endif ?>
<hr />

View file

@ -77,8 +77,10 @@
<?php endif ?>
<?php if($queststatus != 'solved') : ?>
<?=$t->t($quest['task'])?>
<?=$task?>
<div class="text">
<?=$t->t($quest['task'])?>
<?=$task?>
</div>
<?php if($solved && empty($queststatus)) : ?>
<div class="solvdmsg">

View file

@ -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}