correct list styling for formatted text
This commit is contained in:
parent
8c5c7e0b13
commit
267029f17d
3 changed files with 8 additions and 3 deletions
|
@ -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 />
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue