added date field to entite display #2294

This commit is contained in:
2023-09-29 09:39:20 +02:00
parent 9c5db8527d
commit d813759ad7
2 changed files with 87 additions and 75 deletions

View File

@@ -252,9 +252,19 @@ body{
section.entite{
.sources{
.liens{
a{
text-decoration: underline;
padding-top: 1em;
.source{
padding-top: 0.5em;
div.date{
display: block;
font-weight: 100;
font-size: 0.882em;
padding: 0 0 0.5em 0;
}
.liens{
a{
text-decoration: underline;
}
}
}
}