article sans l'heure de publication + ul.spip li marge +

This commit is contained in:
chankalan 2021-01-28 18:07:04 +01:00
parent fd98f66477
commit 1e357fa2d9
2 changed files with 7 additions and 1 deletions

View File

@ -10,7 +10,7 @@
]</h1>
<p class="article__infos">
[<span class="article__date">Publié le (#DATE|nom_jour) [(#DATE|affdate)] #SET{heure,#DATE|heures_minutes} [à (#GET{heure}|=={00h00min}|non)#GET{heure}]</span>]
[<span class="article__date">Publié le (#DATE|nom_jour) [(#DATE|affdate)]</span>]
[(#CONFIG{baz_april/afficherauteurs}|=={on}|oui)[<span class="article__auteurs"><:par_auteur:> (#LESAUTEURS)</span>]]
</p>

View File

@ -31,6 +31,12 @@
display: none !important;
}
ul.spip {
li {
margin:0 0 0.5em;
}
}
table.spip {
width: 99%;
max-width: 99%;