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>
|
<h1><?=\nre\configs\AppConfig::$app['name']?></h1>
|
||||||
<?php if(!empty($text)) : ?>
|
<?php if(!empty($text)) : ?>
|
||||||
|
<div class="text">
|
||||||
<?=$t->t($text)?>
|
<?=$t->t($text)?>
|
||||||
|
</div>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
|
||||||
|
|
@ -77,8 +77,10 @@
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
||||||
<?php if($queststatus != 'solved') : ?>
|
<?php if($queststatus != 'solved') : ?>
|
||||||
|
<div class="text">
|
||||||
<?=$t->t($quest['task'])?>
|
<?=$t->t($quest['task'])?>
|
||||||
<?=$task?>
|
<?=$task?>
|
||||||
|
</div>
|
||||||
|
|
||||||
<?php if($solved && empty($queststatus)) : ?>
|
<?php if($solved && empty($queststatus)) : ?>
|
||||||
<div class="solvdmsg">
|
<div class="solvdmsg">
|
||||||
|
|
|
||||||
|
|
@ -53,6 +53,7 @@ table{border-collapse:collapse;border-spacing:0}
|
||||||
.cf{zoom:1}
|
.cf{zoom:1}
|
||||||
.cb{clear:both}
|
.cb{clear:both}
|
||||||
li.cf .qgorder{padding:20px}
|
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}
|
.wrap{margin:0 5%;max-height:999999px;min-height:1px}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue