This commit is contained in:
Laurent Destailleur
2025-09-15 22:26:19 +02:00
parent 59dadae226
commit 0b605bffba
2 changed files with 8 additions and 0 deletions

View File

@@ -927,6 +927,10 @@ div.floatright
{
display:inline-block !important;
}
.displaycontent
{
display:content;
}
.largenumber {
font-size: 1.4em;
}

View File

@@ -1114,6 +1114,10 @@ div.floatright
{
display:inline-block !important;
}
.displaycontent
{
display:content;
}
.largenumber {
font-size: 1.4em;
}