small css change for ul/ol

This commit is contained in:
creme 2020-01-17 11:33:49 +00:00
parent 27a26a6555
commit 6b089f4044
2 changed files with 8 additions and 3 deletions

View File

@ -89,12 +89,17 @@ h1, h2, h3, h4, h5, h6 {
ol, ul {
margin: 1em 0 -2em 0;
margin: 1em 0 -2.5em 0;
padding: 0 0 0 2.5em;
}
ol.alert, ul.alert {
margin: 0 0 -2.5em 0;
padding: 0 0 0 2.5em;
}
.ol.sublist, ul.sublist {
margin: -1.5em 0 -2em 0;
margin: -1.5em 0 -1.5em 0;
padding: 0 0 0 2.5em;
}

View File

@ -122,7 +122,7 @@ please send an email to <a href="mailto:hostmaster@envs.net">hostmaster&#64;envs
?>
<pre class="alert">
<h3><i class="fa fa-exclamation-triangle fa-fw" aria-hidden="true"></i> notice:</h3>
<ul>
<ul class="alert">
<?=$message?>
</ul>
</pre>