css : Cosmetic add CSS h-section

This commit is contained in:
sparkyx 2024-09-17 18:18:58 +02:00
parent 18b14541e1
commit 90b529a364
5 changed files with 5 additions and 5 deletions

View file

@ -67,7 +67,7 @@ if ($low_action == "list")
<div>
<form method="get" action="<?php echo $href; ?>">
<?php
echo '<h2>' . "Exercice " . $g_user->get_exercice() . '</h2>';
echo '<h2 class="h-section">' . "Exercice " . $g_user->get_exercice() . '</h2>';
echo dossier::hidden();
$a=$http->get("query","string","");
echo _("Cherche ").HtmlInput::filter_table_form("tiers_tb", '0,1,2', 1,"query",$a);